Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. {
  2. "const initialState = {}; const reducer = (state, action)": {
  3. "prefix": "rsr",
  4. "body": [
  5. "const initialState = {",
  6. " //$1",
  7. "}",
  8. "",
  9. "const reducer = (state, action) => {",
  10. " switch (action.type) {",
  11. " default:",
  12. " return state",
  13. " }",
  14. "}"
  15. ]
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement