node.js - Every time API call firing in ReactJS -
using redux created reducer, actions , service layer in our application. noticed when click button firing same service again.
the redux store data in previous api call response , utilize response when click button.
do have feature? , explain how stores working?
when going visited page again firing same service. store not maintain old data?
Comments
Post a Comment