Replies: 5 comments
-
Meeting notes from the kickstart session (15/07/2021):Use cases
LocalForage
Challenges:
Opportunities
recording |
Beta Was this translation helpful? Give feedback.
-
Hi, NW.js is also a cross-platform desktop application development ecosystem using web technologies similar to the Electron. Under the initial requirement, I see Should work with Electron? I think the NW.js is also working as same as Electron still there are differences like features, the way we build the app etc. Hence, could you please add the Thank you very much |
Beta Was this translation helpful? Give feedback.
-
In the application I currently work on I had to use LocalForage to accomplish an auto-save functionality. The idea is that a user can play around with the application, create entities, link them together, and if he is happy with what has been created, can click the save button to persist everything in the server using a REST API. Based on this experience, I would like to share my thoughts on the LocalForage/IndexDB field:
|
Beta Was this translation helpful? Give feedback.
-
@Carniatto & others. What is the plan to move forward with this? |
Beta Was this translation helpful? Give feedback.
-
Is there any update on whether NGXS will ever support an async storage engine? It's truly unfortunate that for applications relying on async libraries like SQLite, it's currently impossible to integrate them effectively with NGXS. This limitation feels like a significant hurdle, and it's disappointing that such a powerful state management library cannot support these use cases. I genuinely hope the team might reconsider addressing this, as it would greatly enhance NGXS's flexibility and usability for modern applications! |
Beta Was this translation helpful? Give feedback.
-
Context
After a recent feature request (#1760) to implement an async version of the storage plugin I had a look at what plugins have been developed by the community. It seems that there are quite a few plugins that have been developed that solve various different use cases, but for me, this does indicate that the core plugin is lacking in some areas.
While we generally prefer to maintain backward compatibility as much as possible, we are working on NGXS v4 and this offers the opportunity for a bit of a rethink around this plugin and to release a reworked version of this plugin.
We are looking for some members of the community that would like to be involved with this plugin and to head up the efforts to make a really awesome new version that handles a broader set of use cases.
If you would like to be involved, please join the #plugins_storage-plugin channel and indicate your intention with a ✋ emoji response to this message on the channel in Slack.
Initial Requirements
The purpose of this discussion is to iterate on the ideas. The final design will be documented on #1771
Beta Was this translation helpful? Give feedback.
All reactions