Skip to content

Instantly share code, notes, and snippets.

@kumarks1122
Created January 15, 2019 18:32
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 kumarks1122/9ea111f1f0a1d9b48fd5ac3f0a28ed90 to your computer and use it in GitHub Desktop.
Save kumarks1122/9ea111f1f0a1d9b48fd5ac3f0a28ed90 to your computer and use it in GitHub Desktop.
React-Native and Redux Basics - Medium post
import { createStore } from "redux";
import reducer from "./reducer";
export default createStore(reducer);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment