javascript - Firebase redux adding and removing event listener -


i working firebase , redux , understand redux state should ideally kept serialisable. on app working on, listening changes in order on firebase /orders/123. @ later point in time, want stop listening events on this. how can unsubscribe in later action without storing reference on redux store?

thanks


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -