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

container/presentational components view rendering - how to do this vanilla? #7

Closed
haworku opened this issue Feb 6, 2017 · 0 comments

Comments

@haworku
Copy link
Owner

haworku commented Feb 6, 2017

currently have hiosView.updateView() called by a utility function observeStore() to begin getting store changes reflected on DOM

This beginning of vanilla implementation came from poking around here.

Confused as to how to move forward in manipulating the DOM and updating continuously from store

Is the point to check every property of the current state and rerender everything in updateView()

Worried that this method could become huge and messy. Shouldn't there be some kind of check to tell what part of store state has changed?

@haworku haworku assigned haworku and unassigned haworku Feb 6, 2017
@haworku haworku closed this as completed Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant