larsnaesbye/transform

Make web calls asynchronous

Closed this issue · 2 comments

Synchronous web calls are deprecated and might slow down user experience. The loading of data should be async to not hamper user experience. We might use fetch for this.

This will be fixed if we go with the Vue version

We're going with the Vue version.