Skip to content

Instantly share code, notes, and snippets.

@arnelenero
Created August 2, 2019 15:21
Show Gist options
  • Save arnelenero/c57fde248bf797423378531095a5bc28 to your computer and use it in GitHub Desktop.
Save arnelenero/c57fde248bf797423378531095a5bc28 to your computer and use it in GitHub Desktop.
React Entities example: entities/index.js
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