-
Notifications
You must be signed in to change notification settings - Fork 113
docs: translate docs/glossary/react.md #32
Conversation
uetchy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
非常にクリアな訳だと思います👍
Suggested changesが妥当だと感じたら、そのコメントに対して(👍)リアクションをしてください。他のレビュワーが変更をコミットします。不適切だと感じたら、単にコメントに対して返事を書いてください。
docs/docs/glossary/react.md
Outdated
| Facebook は 2013 年に初めて React を公開しました。同社は貢献者のコミュニティと共にプロジェクトを維持しています。[MIT ライセンス](https://github.com/facebook/react/blob/master/LICENSE)の条件下で、無料で使用およびソースコードの公開をすることができます。 | ||
|
|
||
| Where publishing tools such as WordPress and Jekyll rely on a system of template files to create a UI, React uses [components](/docs/glossary#component). Components are contained chunks of JavaScript, CSS, and HTML or SVG that can be reused, shared, and combined to create a web site or application. | ||
| WordPress や Jekyll のような公開用ツールはテンプレートファイルのシステムに依存していますが、React は[コンポーネント]](/docs/glossary#component)を使用します。コンポーネントは JavaScript、CSS、HTML、SVG などのアセット一式を内包し、これらを再利用、共有、結合することで Web サイトやアプリケーションを作成することができます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| WordPress や Jekyll のような公開用ツールはテンプレートファイルのシステムに依存していますが、React は[コンポーネント]](/docs/glossary#component)を使用します。コンポーネントは JavaScript、CSS、HTML、SVG などのアセット一式を内包し、これらを再利用、共有、結合することで Web サイトやアプリケーションを作成することができます。 | |
| WordPress や Jekyll のような公開用ツールはテンプレートファイルのシステムに依存していますが、React は[コンポーネント](/docs/glossary#component)を使用します。コンポーネントは JavaScript、CSS、HTML、SVG などのアセット一式を内包し、これらを再利用、共有、結合することで Web サイトやアプリケーションを作成することができます。 |
docs/docs/glossary/react.md
Outdated
| React コンポーネントは state の更新に反応します。React では、state はコンポーネントの見た目と振る舞いを定めるプロパティと値のセットです。state はクリックやキー入力などのユーザー操作に応じて更新されます。また、ネットワークリクエスト完了の結果としても更新されます。コンポーネントの state の値が更新されると、そのコンポーネントだけが UI の更新部分となります。言い換えると、React はページ全体をリロードすることなく、ページの一部またはビュー全体を更新することができます。 | ||
|
|
||
| Gatsby bundles React, [webpack](/docs/glossary#webpack), [GraphQL](/docs/glossary#graphql), and other tools into a single framework for building web sites. With Gatsby, you get a head start on meeting your SEO, accessibility, and performance requirements. Rather than installing and configuring a development environment from scratch, you can install Gatsby and start building. | ||
| Gatsby は、React、 [webpack](/docs/glossary#webpack)、[GraphQL](/docs/glossary#graphql)および他のツールを Web サイト構築用の単一のフレームワークにバンドルします。Gatsby を使うと、SEO、アクセシビリテおよびパフォーマンス上の恩恵を受けながら要件を満たすことができます。開発環境をインストールして設定するよりも、Gatsby をインストールして構築を始めましょう。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Gatsby は、React、 [webpack](/docs/glossary#webpack)、[GraphQL](/docs/glossary#graphql)および他のツールを Web サイト構築用の単一のフレームワークにバンドルします。Gatsby を使うと、SEO、アクセシビリテおよびパフォーマンス上の恩恵を受けながら要件を満たすことができます。開発環境をインストールして設定するよりも、Gatsby をインストールして構築を始めましょう。 | |
| Gatsby は、React、 [webpack](/docs/glossary#webpack)、[GraphQL](/docs/glossary#graphql)および他のツールを Web サイト構築用の単一のフレームワークにバンドルします。Gatsby を使うと、SEO、アクセシビリテおよびパフォーマンス上の恩恵を受けながら要件を満たすことができます。一から開発環境をインストールして設定するよりも、Gatsby をインストールして開発を始めましょう。 |
|
@ossan-engineer PRを作る際に |
|
@uetchy 大変失礼しました! |
uetchy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Naturalclar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Holy buckets, @ossan-engineer — we just merged your PR to Gatsby! 💪💜 Gatsby is built by awesome people like you. Let us say “thanks” in two ways:
If there’s anything we can do to help, please don’t hesitate to reach out to us: tweet at @gatsbyjs and we’ll come a-runnin’. Thanks again! |
No description provided.