Advertisement
Guest User

Untitled

a guest
Oct 13th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. const initialState = {
  2. fetchingTweets: false,
  3. tweets: []
  4. };
  5. const store = new FauxRedux(reducer, initialState);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement