Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created June 22, 2019 05:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luandevpro/bdf6c882da8780f00a3ee7cace5696fe to your computer and use it in GitHub Desktop.
Save luandevpro/bdf6c882da8780f00a3ee7cace5696fe to your computer and use it in GitHub Desktop.
return Object.assign({}, prev, {
post: [...prev.post, ...fetchMoreResult.post],
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment