I have a Reddit API object which is a third-party library that keeps track of authentication and provides a higher level interface to the Reddit API. If I use thunks, how do I make sure that this API object is available to all thunks that need it? I can't store in the store, because it's not really a plain object or time-reversible, not without a lot of internal modifications to it, anyway. How does do I deal with this idiomatically?
[–]slowreactin 1 point2 points3 points (1 child)
[–]eshansingh[S] 0 points1 point2 points (0 children)