© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Prashant Abhishek
Co-founder at AltCampus
I use Alt and Redux as Flux implementation. In case you are asking about async API calls, you can call APIs using normal ajax request and use the collected data to update store. In Redux, you can use redux-thunk for performing async actions.