dfilatov / vidom

Library to build UI based on virtual DOM
MIT License
415 stars 16 forks source link

Use different client besides DOM #152

Closed mrjjwright closed 8 years ago

mrjjwright commented 8 years ago

I am looking to try another client for this lib besides the DOM (a Mac Cocoa binding). I assume I would need to implement another set of client JS classes and then provide a set of patch operations in something like _clientPatchOps2. What are your thoughts as to the feasibility of adding another client to this lib?

dfilatov commented 8 years ago

Currently there's no feasibility to implement custom nodes and custom patch operations.