<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Redux samples in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/redux-samples/m-p/1082047#M2469</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/492788"&gt;@henrilebon974&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was looking at the redux sample back in March.&amp;nbsp; I figured it out by copying the simple widget and updating it to subscribe to the value that the redux widget stores.&amp;nbsp; I have attached it here.&amp;nbsp; There are comments in the code indicating everything I did to update the simple widget to turn it into the simple-redux-subscribe widget.&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jul 2021 03:22:36 GMT</pubDate>
    <dc:creator>DaveFullerton</dc:creator>
    <dc:date>2021-07-23T03:22:36Z</dc:date>
    <item>
      <title>Redux samples</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/redux-samples/m-p/1081664#M2463</link>
      <description>&lt;P&gt;Hello ESRI,&lt;/P&gt;&lt;P&gt;You provide some explainations how to create a Redux store. It is a good thing.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/experience-builder/guide/widget-communication/" target="_blank"&gt;https://developers.arcgis.com/experience-builder/guide/widget-communication/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/experience-builder/sample-code/widgets/redux/" target="_blank"&gt;https://developers.arcgis.com/experience-builder/sample-code/widgets/redux/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Could you provide a sample how import it and use it in an other widget please ?&lt;/P&gt;&lt;P&gt;It is not clear for me.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 10:04:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/redux-samples/m-p/1081664#M2463</guid>
      <dc:creator>henrilebon974</dc:creator>
      <dc:date>2021-07-22T10:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Redux samples</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/redux-samples/m-p/1082047#M2469</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/492788"&gt;@henrilebon974&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was looking at the redux sample back in March.&amp;nbsp; I figured it out by copying the simple widget and updating it to subscribe to the value that the redux widget stores.&amp;nbsp; I have attached it here.&amp;nbsp; There are comments in the code indicating everything I did to update the simple widget to turn it into the simple-redux-subscribe widget.&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 03:22:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/redux-samples/m-p/1082047#M2469</guid>
      <dc:creator>DaveFullerton</dc:creator>
      <dc:date>2021-07-23T03:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Redux samples</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/redux-samples/m-p/1082080#M2472</link>
      <description>&lt;P&gt;Thank Dave. It is more clear for me.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 07:21:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/redux-samples/m-p/1082080#M2472</guid>
      <dc:creator>henrilebon974</dc:creator>
      <dc:date>2021-07-23T07:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Redux samples</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/redux-samples/m-p/1178925#M4537</link>
      <description>&lt;P&gt;In your attached code, there's only a single widget with a redux store. Have you managed to share this redux store with another widget to communicate between them?&lt;/P&gt;&lt;P&gt;If you have any code snippets that can&amp;nbsp;share state between widgets using a Redux store, could you please share it here, since the &lt;A href="https://developers.arcgis.com/experience-builder/guide/widget-communication/#22-provide-your-own-redux-storeactionreducer-to-share-state-between-widgets" target="_self"&gt;guide&lt;/A&gt; does not have that&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 10:14:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/redux-samples/m-p/1178925#M4537</guid>
      <dc:creator>KarthikAditya</dc:creator>
      <dc:date>2022-06-01T10:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Redux samples</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/redux-samples/m-p/1178978#M4538</link>
      <description>&lt;P&gt;The sample I attached works in tandem with Esri's Redux sample:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/experience-builder/sample-code/widgets/redux/" target="_blank"&gt;https://developers.arcgis.com/experience-builder/sample-code/widgets/redux/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 14:12:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/redux-samples/m-p/1178978#M4538</guid>
      <dc:creator>DaveFullerton</dc:creator>
      <dc:date>2022-06-01T14:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Redux samples</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/redux-samples/m-p/1377450#M10643</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/36532"&gt;@DaveFullerton&lt;/a&gt; !&lt;/P&gt;&lt;P&gt;Can you please help with how to access the state in functional component. I found in the documentation that useSelect hook can be used but don't know how to.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 07:58:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/redux-samples/m-p/1377450#M10643</guid>
      <dc:creator>BhaveshSuthar</dc:creator>
      <dc:date>2024-02-02T07:58:34Z</dc:date>
    </item>
  </channel>
</rss>

