<?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: Web AppBuilder vs App from scratch Javascript API in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-vs-app-from-scratch-javascript-api/m-p/459203#M12097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're comfortable creating an application from scratch, and you're versed in JavaScript well enough, I would skip WAB completely. That is, if you also have the time. I think you'll want to create your own if you want to really fine tune the functionality and UI. If it's just UI, I'd have to defer to Rebecca's post. But, I thought there was really only so much you could do in UI on WAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tl;dr? If you want limited customization and out of the box functionality, use WAB. If you want full control, build your own from scratch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Sep 2015 14:31:50 GMT</pubDate>
    <dc:creator>TyroneBiggums</dc:creator>
    <dc:date>2015-09-25T14:31:50Z</dc:date>
    <item>
      <title>Web AppBuilder vs App from scratch Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-vs-app-from-scratch-javascript-api/m-p/459200#M12094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to do some UI modifications/customizations of an existing app built using Web App Builder. If I download the source code and open it in Visual Studio, is all this app configurable and is it possible to fully customize everything from the UI perspective?&amp;nbsp; Or is it better to start up a new project in Visual Studio using Javascript API and start from sratch?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the adventage of using web app builder instead of creating an Javascript API app from scratch? If someone can provide some advice will be great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 11:25:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-vs-app-from-scratch-javascript-api/m-p/459200#M12094</guid>
      <dc:creator>AlfredoFernandez1</dc:creator>
      <dc:date>2015-09-21T11:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder vs App from scratch Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-vs-app-from-scratch-javascript-api/m-p/459201#M12095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/web-appbuilder/" title="https://developers.arcgis.com/web-appbuilder/"&gt;Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers &lt;/A&gt; gives you access to the many custom/extended widgets that the user community has written, that may or may not ever become part of the base software.&amp;nbsp; It allows you to nit "re-invent the wheel" since many time, others gave had the same needs or requirements as you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out &lt;A href="https://community.esri.com/migration-blogpost/2580"&gt;Web AppBuilder Developer Edition - Customization Resource List&lt;/A&gt;​ for a list if many of these available widgets.&amp;nbsp; These widgets can be&amp;nbsp; plugged&amp;nbsp; into WAB and the configured. You can also take the widget itself and further customize it for you needs if necessary.&amp;nbsp; The WAB community is very active if you have questions, and you can share you widgets if you have something others may be able to use.&amp;nbsp; You should checkout and follow &lt;A href="https://community.esri.com/group/1294"&gt;Web AppBuilder Custom Widgets&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 12:58:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-vs-app-from-scratch-javascript-api/m-p/459201#M12095</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-09-21T12:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder vs App from scratch Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-vs-app-from-scratch-javascript-api/m-p/459202#M12096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it was developed using the WAB, and you're needing to customize, I would check-out the links Rebecca gave first. If you find this doesn't fit your needs, you can leverage complete control by developing using the JSAPI (&lt;A href="https://developers.arcgis.com/javascript/jshelp/" title="https://developers.arcgis.com/javascript/jshelp/"&gt;| Guide | ArcGIS API for JavaScript&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I started using the JSAPI before the WAB was available for JavaScript, so I prefer this, but only because we already have a customized app already built from scratch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 13:35:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-vs-app-from-scratch-javascript-api/m-p/459202#M12096</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-09-21T13:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder vs App from scratch Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-vs-app-from-scratch-javascript-api/m-p/459203#M12097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're comfortable creating an application from scratch, and you're versed in JavaScript well enough, I would skip WAB completely. That is, if you also have the time. I think you'll want to create your own if you want to really fine tune the functionality and UI. If it's just UI, I'd have to defer to Rebecca's post. But, I thought there was really only so much you could do in UI on WAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tl;dr? If you want limited customization and out of the box functionality, use WAB. If you want full control, build your own from scratch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 14:31:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-vs-app-from-scratch-javascript-api/m-p/459203#M12097</guid>
      <dc:creator>TyroneBiggums</dc:creator>
      <dc:date>2015-09-25T14:31:50Z</dc:date>
    </item>
  </channel>
</rss>

