You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/docs/actions.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,19 @@
1
1
---
2
-
title: Actions
3
-
description: Documentation on actions and how they help you manipulate state within Gatsby
2
+
title: アクション
3
+
description: Gatsbyの状態管理に役立つアクションのドキュメント
4
4
jsdoc:
5
5
- "gatsby/src/redux/actions/public.js"
6
6
- "gatsby/src/redux/actions/restricted.js"
7
7
contentsHeading: Functions
8
8
---
9
9
10
-
Gatsby uses [Redux](http://redux.js.org) internally to manage state. When you implement a Gatsby API, you are passed a collection of actions (equivalent to actions bound with [bindActionCreators](https://redux.js.org/api/bindactioncreators/) in Redux) which you can use to manipulate state on your site.
0 commit comments