Advertisement
CLooker

Untitled

Jan 18th, 2018
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const initialState = {
  2.     categories: {
  3.         React: [],
  4.         Redux: [],
  5.         Udacity: []
  6.     },
  7.     postsById: {},
  8.     postsByTimestamp: [],
  9.     postsByVoteScore: {
  10.         All: {},
  11.         React: {},
  12.         Redux: {},
  13.         Udacity: {}
  14.     }
  15. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement