<?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: ReactJS Typescript in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reactjs-typescript/m-p/1661119#M87813</link>
    <description>&lt;P&gt;I tried everything with no luck&lt;/P&gt;</description>
    <pubDate>Mon, 27 Oct 2025 21:48:20 GMT</pubDate>
    <dc:creator>vijaybadugu</dc:creator>
    <dc:date>2025-10-27T21:48:20Z</dc:date>
    <item>
      <title>ReactJS Typescript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reactjs-typescript/m-p/1659971#M87747</link>
      <description>&lt;P&gt;Is there any help online documentation for mapcomponents react js ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 14:22:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reactjs-typescript/m-p/1659971#M87747</guid>
      <dc:creator>vijaybadugu</dc:creator>
      <dc:date>2025-10-23T14:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: ReactJS Typescript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reactjs-typescript/m-p/1660013#M87749</link>
      <description>&lt;P&gt;If you're asking how to embed the new SDK components in a React component, &lt;A href="https://react.dev/reference/react-dom/components#custom-html-elements" target="_self"&gt;the official docs&lt;/A&gt; go over how to render them and pass in data to their attributes. Once you hit a wall you can post about the specific component/attribute issue you're having and get focused help from there.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 15:53:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reactjs-typescript/m-p/1660013#M87749</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2025-10-23T15:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: ReactJS Typescript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reactjs-typescript/m-p/1660047#M87750</link>
      <description>&lt;P&gt;I created a separate component ActionBar.tsx , Which includes, Layers, Legend and basemap Gallerty&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;CalcitePanel&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ref&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;el&lt;/SPAN&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;SPAN&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt; { &lt;/SPAN&gt;&lt;SPAN&gt;panelRefs&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;current&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;'legend'&lt;/SPAN&gt;&lt;SPAN&gt;] = &lt;/SPAN&gt;&lt;SPAN&gt;el&lt;/SPAN&gt;&lt;SPAN&gt;; }&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;heading&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"Legend"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;data-panel-id&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"legend"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;closed&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;activeWidget&lt;/SPAN&gt;&lt;SPAN&gt; !== &lt;/SPAN&gt;&lt;SPAN&gt;'legend'&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;closable&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;onCalcitePanelClose&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;handlePanelClose&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;style&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;{ &lt;/SPAN&gt;&lt;SPAN&gt;height&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;'100%'&lt;/SPAN&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;mapRef&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;ArcgisLegend&lt;/SPAN&gt; &lt;SPAN&gt;legendStyle&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"classic"&lt;/SPAN&gt; &lt;SPAN&gt;referenceElement&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;mapRef&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt; &lt;SPAN&gt;/&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;}&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I have passed Map reference object and View object, Nothing is working. I was getting No Legend.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 23 Oct 2025 16:55:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reactjs-typescript/m-p/1660047#M87750</guid>
      <dc:creator>vijaybadugu</dc:creator>
      <dc:date>2025-10-23T16:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: ReactJS Typescript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reactjs-typescript/m-p/1661118#M87812</link>
      <description>&lt;P&gt;I'm thinking it should be mapRef.current instead of just mapRef.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 21:42:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reactjs-typescript/m-p/1661118#M87812</guid>
      <dc:creator>Justin_Greco</dc:creator>
      <dc:date>2025-10-27T21:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: ReactJS Typescript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reactjs-typescript/m-p/1661119#M87813</link>
      <description>&lt;P&gt;I tried everything with no luck&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 21:48:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reactjs-typescript/m-p/1661119#M87813</guid>
      <dc:creator>vijaybadugu</dc:creator>
      <dc:date>2025-10-27T21:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: ReactJS Typescript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reactjs-typescript/m-p/1661125#M87814</link>
      <description>&lt;P&gt;If you have a github repo, can take a look, but our samples don't use the react wrappers&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/jsapi-resources/tree/main/component-samples/map-and-charts-components-react" target="_blank"&gt;https://github.com/Esri/jsapi-resources/tree/main/component-samples/map-and-charts-components-react&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 22:20:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reactjs-typescript/m-p/1661125#M87814</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2025-10-27T22:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: ReactJS Typescript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reactjs-typescript/m-p/1662449#M87819</link>
      <description>&lt;P&gt;Can you post the entire code for your component?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Since you are using React 19 and if this is a new app, I’d recommend not using the calcite-components-react wrapper. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 10:55:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reactjs-typescript/m-p/1662449#M87819</guid>
      <dc:creator>Justin_Greco</dc:creator>
      <dc:date>2025-10-31T10:55:19Z</dc:date>
    </item>
  </channel>
</rss>

