createStore() – To create a store; dispatch(action) -To change the state; getState() – for getting current state of store. Example: Let's create ...
確定! 回上一頁