Skip to content

Instantly share code, notes, and snippets.

@prenaudin
Last active June 3, 2016 13:19
Show Gist options
  • Save prenaudin/84cf9c120f5fe0bcecd21ac6de69a0de to your computer and use it in GitHub Desktop.
Save prenaudin/84cf9c120f5fe0bcecd21ac6de69a0de to your computer and use it in GitHub Desktop.
Immutable.Record + React + Redux = ❤ - 2
import Immutable from 'immutable';
const TaskMap = Immutable.OrderedMap;
export default TaskMap;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment