Libraries and Dependencies
AKA What's keeping this thing afloat?
Framework
Geospatial Engine
Mapping
Visualization and Information Expression
State Management
// some component
const dispatch = useDispatch(); // send an action to the reducer
const myFunction = (someData) => {
dispatch({
type: 'Very Import Update',
payload: someData
})
}UI Toolkit
WebWorker Management
Last updated