Skip to content

Allow symbols to be actionTypes #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

boopathi
Copy link
Contributor

@boopathi boopathi commented Jun 3, 2015

So you can do,

// actionTypes.js
export const MY_ACTION = Symbol();

@gaearon
Copy link
Contributor

gaearon commented Jun 3, 2015

I'm not sure I'm going to support this because symbols are not serializable AFAIK.
See also #4.

@gaearon
Copy link
Contributor

gaearon commented Jun 4, 2015

I'm closing for now (see reasons in #4) but may revisit later.
Need to understand our tooling story (#7) first.
Thanks for the PR though!

@gaearon gaearon closed this Jun 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants