You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this is storing data inside a single json file, taking this into consideration would it be possible to make this store into the browser local storage to be used as a client side datastore for blazor webassembly? Thanks!
The text was updated successfully, but these errors were encountered:
I haven't done any Blazor development, so I'm not immediately sure if this could be implemented easily. However, it might not be a big implementation. Internally, JsonFlatFileDataStore only handles JSON objects, and actual file access is only a minor functionality. If we switch from reading and storing JSON from a file to local storage, that might do the trick.
If I have some time, I will do some proof of concept and try it out. If anyone else has time to check how this could be implemented, I would appreciate some feedback.
Currently this is storing data inside a single json file, taking this into consideration would it be possible to make this store into the browser local storage to be used as a client side datastore for blazor webassembly? Thanks!
The text was updated successfully, but these errors were encountered: