Created
August 2, 2019 15:21
-
-
Save arnelenero/c57fde248bf797423378531095a5bc28 to your computer and use it in GitHub Desktop.
React Entities example: entities/index.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { makeEntity } from 'react-entities'; | |
import * as counter from './counter' | |
export const useCounter = makeEntity(counter); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment