privide snippets for iron-redux
snippets prefix: sredux
. for iron-redux Redux File
snippets prefix: sreact
. for iron-redux React View File
cmd+ctrl+a: dynamic add an plain action in Redux File
cmd+ctrl+k: dynamic add an fetch action with Pont in Redux File
input your actionCreator name, action payload Type, state field name and initial value, and join with #
, toolkits will auto generate all the types, actions, reducers and state code for you!
the config means ignored calculate files.
{
"ignoredExtnames": [
".img",
".md",
".png",
".gif",
".jpg",
".old",
".eot",
".ttf",
".svg",
".woff",
".del",
".bak",
".json",
".map"
]
}