<?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 Experience Builder: how to extend the root reducer? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/experience-builder-how-to-extend-the-root-reducer/m-p/1129570#M75735</link>
    <description>&lt;P&gt;I'm developing a custom widget for Experience Builder 1.6 and I would like to extend the root reducer like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const newRootReducer = combineReducers({
  existingSlice: existingSliceReducer,
  newSlice: newSliceReducer
})

store.replaceReducer(newRootReducer)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where "existingSlice" is the existing, system reducers and "newSlice" is my own, custom reducer, similarly to how you would do this for code splitting.&lt;/P&gt;&lt;P&gt;I don't understand how to access "existingSlice", as in this example.&amp;nbsp; Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Dec 2021 21:08:40 GMT</pubDate>
    <dc:creator>ToddJacobus</dc:creator>
    <dc:date>2021-12-29T21:08:40Z</dc:date>
    <item>
      <title>Experience Builder: how to extend the root reducer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/experience-builder-how-to-extend-the-root-reducer/m-p/1129570#M75735</link>
      <description>&lt;P&gt;I'm developing a custom widget for Experience Builder 1.6 and I would like to extend the root reducer like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const newRootReducer = combineReducers({
  existingSlice: existingSliceReducer,
  newSlice: newSliceReducer
})

store.replaceReducer(newRootReducer)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where "existingSlice" is the existing, system reducers and "newSlice" is my own, custom reducer, similarly to how you would do this for code splitting.&lt;/P&gt;&lt;P&gt;I don't understand how to access "existingSlice", as in this example.&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 21:08:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/experience-builder-how-to-extend-the-root-reducer/m-p/1129570#M75735</guid>
      <dc:creator>ToddJacobus</dc:creator>
      <dc:date>2021-12-29T21:08:40Z</dc:date>
    </item>
  </channel>
</rss>

