Timur Golovinov
Results
2
comments of
Timur Golovinov
Thank you, @odoe, it is definitely a good optimisation for us. Another alternative I was thinking about, is to terminate the workers once the map component is unmounted. In our...
Here's the code example for unmounting ```javascript import "./App.css"; import { useLayoutEffect, useState, useCallback, useRef } from "react"; import Map from "@arcgis/core/Map"; import MapView from "@arcgis/core/views/MapView"; export default function App()...