File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# -*- mode : snippet -*-
2
- # name : action
3
2
# contributor : Seong Yong-ju
3
+ # name : action
4
4
# key : action
5
5
# --
6
6
const ${ 1 :$ (upcase (s-snake-case yas-text)) } = '${ 1 :$ (upcase (s-snake-case yas-text)) } ';
Original file line number Diff line number Diff line change 1
1
# -*- mode : snippet -*-
2
- # name : Redux container
3
2
# contributor : Seong Yong-ju
3
+ # name : Redux container
4
4
# key : container
5
5
# --
6
6
import { connect } from 'react-redux';
Original file line number Diff line number Diff line change 1
1
# -*- mode : snippet -*-
2
- # name : mergeProps
3
2
# contributor : Seong Yong-ju
3
+ # name : mergeProps
4
4
# key : mergeProps
5
5
# --
6
6
const mergeProps = (stateProps, dispatchProps, ownProps) => ({
Original file line number Diff line number Diff line change 1
1
# -*- mode : snippet -*-
2
- # name : reducer
3
2
# contributor : Seong Yong-ju
3
+ # name : reducer
4
4
# key : reducer
5
5
# --
6
6
const initialState = {
You can’t perform that action at this time.
0 commit comments