Skip to content

Japanese Translation: ja/SUMMARY.md #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 2, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions ja/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
- [基本的な使い方](basic.md)
- [ユニバーサルなコードを書く](universal.md)
- [ソースコードの構造](structure.md)
- [ルーティングとコード分割](routing.md)
- [データのプリフェッチとステート](data.md)
- [クライアントサイドのハイドレーション](hydration.md)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

この箇所は https://gitlocalize.com/repo/62/ja/en/hydration.md に合わせる予定です

- [バンドルレンダラの紹介](bundle-renderer.md)
- [ビルド設定](build-config.md)
- [CSS の管理](css.md)
- [ヘッドの管理](head.md)
- [キャッシュ](caching.md)
- [ストリーミング](streaming.md)
- [API リファレンス](api.md)
- [createRenderer](api.md#createrendereroptions)
- [createBundleRenderer](api.md#createbundlerendererbundle-options)
- [クラス: Renderer](api.md#class-renderer)
- [クラス: BundleRenderer](api.md#class-bundlerenderer)
- [Renderer 生成時のオプション](api.md#renderer-options)
- [template](api.md#template)
- [clientManifest](api.md#clientmanifest)
- [inject](api.md#inject)
- [shouldPreload](api.md#shouldpreload)
- [runInNewContext](api.md#runinnewcontext)
- [basedir](api.md#basedir)
- [cache](api.md#cache)
- [directives](api.md#directives)
- [Webpack プラグイン](api.md#webpack-plugins)