Check out example codes for "prevent ie caching data on cshtml pages". It will help you in understanding the concepts better.
Code Example 1
$.ajax({
cache: false
//rest of your ajax setup
});
Learn ReactJs, React Native from akashmittal.com