Advertisement
CLooker

Untitled

Jan 18th, 2018
365
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.     postsByScore: ?
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement