1.

Name all the Redux Store methods.

Answer»

All the REDUX Store METHODS are as FOLLOWS:

  • getState()
  • subscribe(LISTENER)
  • dispatch(ACTION)
  • replaceReducer(nextReducer)


Discussion

No Comment Found