webxdc / store

XDC store, migrated to codeberg
https://codeberg.org/webxdc/store
5 stars 0 forks source link

Fix webxdc caching in frontend #22

Closed Septias closed 1 year ago

Septias commented 1 year ago

When fixing reactivity in 72a4b0315823b1fa49c3964adfde85db4a8dbbf6, I removed appxdc caching because there is no primitive which caches stores in solidjs-use. Because of serial based updating, the appstore will not be resend the appinformations, so it will stay empty until new apps are being added.