-
Account billing and packages
-
General
-
Realtime API and client libraries
-
Troubleshooting
-
Channels
-
REST API and client libraries
-
Ably error codes
-
Account and app setup and configuration
-
Ably architecture, transports, and security
-
Performance and Redundancy
-
Push Notifications
-
Integrations
-
Migrating to Ably from an existing service
Can I use Ably with a state manager (eg Redux)?
You can create and manage the Ably client external to your application, and use a state management solution like Redux to emit events. While this is probably more complicated, you could subscribe to channels, and raise events in your state management store, and have the store cascade these events to the other components in your application that are connected to the store.
It is difficult to give concrete advice around this topic, because applications can be built in different ways, but if you have any specific questions, please contact Ably support for more specific advice.