ArcGIS API for JavaScript: Building Apps with React

Поделиться
HTML-код
  • Опубликовано: 4 дек 2024

Комментарии • 8

  • @EsriEvents
    @EsriEvents  2 года назад +1

    Thank you for your comments! We just added the slides with the source code to the video description.

  • @sealjack7988
    @sealjack7988 2 года назад +8

    it's a very informative session, but it could be made a lot easier to see the code if the video was in 1080, especially for the second part of the live coding. couldn't believe this was from 2021

  • @abhishes
    @abhishes Год назад

    where did you configure the api key for using arcgis services from react components?

  • @webpapi
    @webpapi 11 месяцев назад

    Can we use this for React Native as well?

  • @onewheeldrive
    @onewheeldrive 2 года назад +14

    This is near useless without a link to the source code.

  • @faridaiman2614
    @faridaiman2614 2 года назад +2

    Code for CreateMapView
    import Map from "@arcgis/core/Map";
    import MapView from "@arcgis/core/views/MapView";
    export const createMapView = (mapRef) => {
    const map = new Map({
    basemap: "arcgis-topographic"
    });
    const view = new MapView({
    map:map,
    center: [101.661 , 2.905],
    zoom: 17,
    container: mapRef.current
    });
    return view;
    }

  • @DREAMSJPEG
    @DREAMSJPEG Год назад +2

    god, what a nightmare these digital twin web suites are... fkn hell... purely experimental products... broken websites... dogshit documentation... esri is one of the better ones and that's saying something