Skip to content

Instantly share code, notes, and snippets.

@jwill9999
Created February 26, 2017 00:38
Show Gist options
  • Select an option

  • Save jwill9999/adca1484d73ef55acffc248f70533e82 to your computer and use it in GitHub Desktop.

Select an option

Save jwill9999/adca1484d73ef55acffc248f70533e82 to your computer and use it in GitHub Desktop.
Create New Individual Id React
import { v4 } from 'node-uuid';
*******EXAMPLE BELOW**********
export const addTodo = (text) => ({
type: 'ADD_TODO',
id: v4()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment