Skip to content

Commit

Permalink
Merge pull request #54 from noisefilter19/translate2
Browse files Browse the repository at this point in the history
translate actions.md
  • Loading branch information
arshadkazmi42 authored Mar 5, 2020
2 parents 822d22c + cd77ec9 commit 45ff965
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/actions.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: Actions
description: Documentation on actions and how they help you manipulate state within Gatsby
title: एक्शन्स
description: एक्शन्स पर डॉक्यूमेंटेशन और वे आपको Gatsby के भीतर स्टेट में हेरफेर करने में कैसे मदद करते हैं
jsdoc:
- "gatsby/src/redux/actions/public.js"
- "gatsby/src/redux/actions/restricted.js"
contentsHeading: Functions
---

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.
Gatsby स्टेट का प्रबंधन करने के लिए आंतरिक रूप से [Redux](http://redux.js.org) का उपयोग करता है। जब आप एक Gatsby API बनाते हैं, तो आप एक्शन्स का एक कलेक्शन (Redux में [bindActionCreators](https://redux.js.org/api/bindactioncreators/) से बंधे हुए एक्शन्स के बराबर) जिसका उपयोग आप आपकी साइट पर स्टेट में हेरफेर करने के लिए कर सकते हैं।

The object `actions` contains the functions and these can be individually extracted by using ES6 object destructuring.
ऑब्जेक्ट `actions` में फ़ंक्शंस होते हैं और इन्हें ES6 ऑब्जेक्ट destructing का उपयोग करके अलग-अलग करके निकाला जा सकता है।

```javascript
// For function createNodeField
Expand Down

0 comments on commit 45ff965

Please sign in to comment.