mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-15 02:51:30 +03:00
ee6df105fe
These can be used to dispatch actions immediately, or after some asynchronous work has been done. Also, create GroupActions.fetchJoinedGroups as an example. The concept of async action creators can be used in the following cases: - stores or views that do async work, dispatching based on the results - actions that have complicated payloads, would make more sense as functions with documentation that dispatch created actions. |
||
---|---|---|
.. | ||
FilterStore.js | ||
FlairStore.js | ||
GroupStore.js | ||
GroupStoreCache.js | ||
LifecycleStore.js | ||
MessageComposerStore.js | ||
RoomScrollStateStore.js | ||
RoomViewStore.js | ||
SessionStore.js | ||
TagOrderStore.js |