open-pioneer / trails-openlayers-base-packages

Common OpenLayers packages for the Open Pioneer Trails client framework.
Apache License 2.0
9 stars 7 forks source link

Use reactivity-API for all APIs #369

Closed mbeckem closed 3 weeks ago

mbeckem commented 3 weeks ago

Use the reactivity-API for all APIs.

This issue seeks to replace all usages of custom state synchronization (raw events etc.) with a unified approach using the reactivity API. Shared, reactive data should be placed into signals where it can be watched (or derived) efficiently.

mbeckem commented 3 weeks ago

PR: #347