Skip to content

Instantly share code, notes, and snippets.

@ridoansaleh
Last active December 16, 2019 03:11
Show Gist options
  • Save ridoansaleh/3f29b0267045811f223b8063e011e78c to your computer and use it in GitHub Desktop.
Save ridoansaleh/3f29b0267045811f223b8063e011e78c to your computer and use it in GitHub Desktop.

Source of Data

Redux

Positive :

  • More like real implementation
  • React component know when there is a new update

Negative :

  • Can't handle filter feature on minimal code

localStorage

Positive :

  • Can handle filter feature

Negative :

  • Not like a real implementation
  • Need to remove later when implement API
  • React component doesn't know new update

==> Multiple Sources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment