redux - What is a network callback? -


i reading redux docs , came across passage "this ensures neither views nor network callbacks ever write directly state" http://redux.js.org/docs/introduction/threeprinciples.html

i know callback function passed function, network callback? success function in jquery ajax request?


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? -