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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -