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

2-way bindings #1

Open
matchdav opened this issue Sep 2, 2014 · 3 comments
Open

2-way bindings #1

matchdav opened this issue Sep 2, 2014 · 3 comments

Comments

@matchdav
Copy link

matchdav commented Sep 2, 2014

I like this idea of shared templates. I really really do. I just started on a rails cleanup project, and I started working on a similar idea and then stumbled across your railsconf talk. It's exactly what I was looking for - with only one real exception: I really want simple support for declarative 2-way bindings, so I'm looking at integrating with Vue.js. Any suggestions or thoughts on how to achieve this tidily, i.e. how to construct a model adapter on the client side?

@a-warner
Copy link
Contributor

a-warner commented Sep 3, 2014

@matchdav I thought a lot about integration with some kind of client-side framework, but haven't gotten around to implementing it yet. The ideal situation would be that, after the server renders out some set of objects, the client has some way of booting up and figuring out what objects exist on the page and setting them up. I'm open to suggestions!

@matchdav
Copy link
Author

matchdav commented Sep 4, 2014

Cool. I'll fork this and give it some thought.

@a-warner
Copy link
Contributor

a-warner commented Sep 4, 2014

@matchdav I look forward to seeing what you come up with!

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

2 participants