lolatravel/realm-react-redux

Info on applyMiddleware

Closed this issue · 1 comments

Looking for information on how to pass applyMiddleware to createRealmStore().

Thanks

Sorry for the delayed response @jtparrett, I must have missed the notification.

You should be able to apply middlewares with:

const store = applyMiddleware(middleware)(createRealmStore)(writer);

I'll try to get this added to the docs ASAP.