Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

redux

// component.js
showNotificationWithTimeout(this.props.dispatch, 'You just logged in.')

// otherComponent.js
showNotificationWithTimeout(this.props.dispatch, 'You just logged out.')  
复制代码
Source by juejin.cn #
 
PREVIOUS NEXT
Tagged: #redux
ADD COMMENT
Topic
Name
3+9 =