<?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: refreshing custom widget under development in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/refreshing-custom-widget-under-development/m-p/663285#M1087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this is as designed. The config.json under widget folder is the default config, which means it’s used only when a new widget is added to the app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;发件人: John Cartwright &amp;lt;geonet@esri.com&amp;gt;&lt;/P&gt;&lt;P&gt;发送时间: 2020年2月5日 8:35&lt;/P&gt;&lt;P&gt;收件人: Junshan Liu &amp;lt;junshan_liu@esri.com&amp;gt;&lt;/P&gt;&lt;P&gt;主题: Re:  - Re: refreshing custom widget under development&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeoNet, The Esri Community | GIS and Geospatial Professional Community &amp;lt;https://community.esri.com/?et=watches.email.thread&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: refreshing custom widget under development&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from John Cartwright&amp;lt;https://community.esri.com/people/john.c.cartwright_noaa?et=watches.email.thread&amp;gt; in ArcGIS Experience Builder Beta - View the full discussion&amp;lt;https://community.esri.com/message/906701-re-refreshing-custom-widget-under-development?commentID=906701&amp;amp;et=watches.email.thread#comment-906701&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Feb 2020 05:48:30 GMT</pubDate>
    <dc:creator>JunshanLiu</dc:creator>
    <dc:date>2020-02-05T05:48:30Z</dc:date>
    <item>
      <title>refreshing custom widget under development</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/refreshing-custom-widget-under-development/m-p/663278#M1080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experience Builder looks great so far!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm creating a custom widget under client/your-extensions/widgets/my-widget and have two node processes running:&lt;/P&gt;&lt;P&gt;1) cd server; node src/server&lt;/P&gt;&lt;P&gt;2) cd client; npm run start&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I edit the widget in&amp;nbsp;&lt;SPAN&gt;client/your-extensions/widgets/my-widget I can see process #2 pick up the changes and deploy to dist/widgets/my-widget.&amp;nbsp; However the builder doesn't seem to recognize the update until I restart the server and re-add the widget.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What is the recommended way to develop widget and be able to see your changes?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Aug 2019 22:07:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/refreshing-custom-widget-under-development/m-p/663278#M1080</guid>
      <dc:creator>JohnCartwright3</dc:creator>
      <dc:date>2019-08-11T22:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: refreshing custom widget under development</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/refreshing-custom-widget-under-development/m-p/663279#M1081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you run NPM start it launches webpack, which is watching for those updates in the your-extension directories.&amp;nbsp;I just did some testing on my part and I had to refresh the page and add the widget again to the canvas for the changes to appear.&amp;nbsp; I am going to add my colleague&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/54450"&gt;Junshan Liu&lt;/A&gt;‌ to this discussion as he knows more about this hot reload works in Experience Builder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2019 23:40:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/refreshing-custom-widget-under-development/m-p/663279#M1081</guid>
      <dc:creator>DavidMartinez</dc:creator>
      <dc:date>2019-08-12T23:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: refreshing custom widget under development</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/refreshing-custom-widget-under-development/m-p/663280#M1082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only reload is required when you change the widget's code. I have verified it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't need to restart server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you change the widget's manifest.json, you need to re-add the widget because the widget's manifest is saved in the app config for performance reason. In future release, we'll fix this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2019 01:30:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/refreshing-custom-widget-under-development/m-p/663280#M1082</guid>
      <dc:creator>JunshanLiu</dc:creator>
      <dc:date>2019-08-13T01:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: refreshing custom widget under development</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/refreshing-custom-widget-under-development/m-p/663281#M1083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experience Builder is very cool. I was really happy/thankful to see ES6, React, TypeScript, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts on adding live reload like webpack dev server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2019 21:30:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/refreshing-custom-widget-under-development/m-p/663281#M1083</guid>
      <dc:creator>BryanGrill1</dc:creator>
      <dc:date>2019-08-13T21:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: refreshing custom widget under development</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/refreshing-custom-widget-under-development/m-p/663282#M1084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like the liveload feature but we have some issues when we try to use it at the beginning, so this feature is not included. But we are keeping eyes on it&amp;nbsp;and try to use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2019 00:57:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/refreshing-custom-widget-under-development/m-p/663282#M1084</guid>
      <dc:creator>JunshanLiu</dc:creator>
      <dc:date>2019-08-14T00:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: refreshing custom widget under development</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/refreshing-custom-widget-under-development/m-p/663283#M1085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that does help but it'd be really nice to have an automatic reload.&amp;nbsp; I tried a few permutations of browser-sync but couldn't get it working.&amp;nbsp; Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Aug 2019 21:40:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/refreshing-custom-widget-under-development/m-p/663283#M1085</guid>
      <dc:creator>JohnCartwright3</dc:creator>
      <dc:date>2019-08-18T21:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: refreshing custom widget under development</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/refreshing-custom-widget-under-development/m-p/663284#M1086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm testing Beta2 and it seems like modifications to a custom widget's config.json (e.g. &lt;SPAN&gt;client/your-extensions/widgets/mywidget/config.json)&amp;nbsp;&lt;/SPAN&gt;also require the widget to re removed and re-added in order to take effect. Does that sound right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2020 00:33:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/refreshing-custom-widget-under-development/m-p/663284#M1086</guid>
      <dc:creator>JohnCartwright3</dc:creator>
      <dc:date>2020-02-05T00:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: refreshing custom widget under development</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/refreshing-custom-widget-under-development/m-p/663285#M1087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this is as designed. The config.json under widget folder is the default config, which means it’s used only when a new widget is added to the app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;发件人: John Cartwright &amp;lt;geonet@esri.com&amp;gt;&lt;/P&gt;&lt;P&gt;发送时间: 2020年2月5日 8:35&lt;/P&gt;&lt;P&gt;收件人: Junshan Liu &amp;lt;junshan_liu@esri.com&amp;gt;&lt;/P&gt;&lt;P&gt;主题: Re:  - Re: refreshing custom widget under development&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeoNet, The Esri Community | GIS and Geospatial Professional Community &amp;lt;https://community.esri.com/?et=watches.email.thread&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: refreshing custom widget under development&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from John Cartwright&amp;lt;https://community.esri.com/people/john.c.cartwright_noaa?et=watches.email.thread&amp;gt; in ArcGIS Experience Builder Beta - View the full discussion&amp;lt;https://community.esri.com/message/906701-re-refreshing-custom-widget-under-development?commentID=906701&amp;amp;et=watches.email.thread#comment-906701&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2020 05:48:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/refreshing-custom-widget-under-development/m-p/663285#M1087</guid>
      <dc:creator>JunshanLiu</dc:creator>
      <dc:date>2020-02-05T05:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: refreshing custom widget under development</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/refreshing-custom-widget-under-development/m-p/1104968#M2910</link>
      <description>&lt;P&gt;It would be extremely helpful if this was added to the documentation. It isn't obvious that an app needs to be removed for new content in config.json to be recognized.&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/124928"&gt;@Jianxia&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Maybe in the Props section?&amp;nbsp;&lt;A href="https://developers.arcgis.com/experience-builder/guide/extend-base-widget/#props" target="_blank"&gt;https://developers.arcgis.com/experience-builder/guide/extend-base-widget/#props&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 20:25:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/refreshing-custom-widget-under-development/m-p/1104968#M2910</guid>
      <dc:creator>PhilLarkin1</dc:creator>
      <dc:date>2021-10-05T20:25:40Z</dc:date>
    </item>
  </channel>
</rss>

