Skip to content
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

Observer free code path for state #136

Open
wied03 opened this issue Mar 25, 2016 · 2 comments
Open

Observer free code path for state #136

wied03 opened this issue Mar 25, 2016 · 2 comments

Comments

@wied03
Copy link
Contributor

wied03 commented Mar 25, 2016

For those of us that use the GrandCentral/Redux approach and keep most state outside the component, we don't want to hit any Observable code for any incidental state calls. I'm assuming that any Observable code remains light to keep file sizes down.

@ajjahn
Copy link
Collaborator

ajjahn commented Mar 29, 2016

@wied03 I agree that observable state shouldn't be required. This could be addressed in the state definition by passing an option. Not sure if it should be opt in or opt out, but I like declaring it for the purpose of having self documenting components.

@sollycatprint
Copy link

This issue was moved to ruby-hyperloop/hyper-react#136

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

No branches or pull requests

3 participants