6 ms·
Do you write your own dom/data/event binding systems in vanilla javascript or simply not use that approach? Genuine question, I have written a ton of ground up
by pixelbash 7y ago
Do you write your own dom/data/event binding systems in vanilla javascript or simply not use that approach? Genuine question, I have written a ton of ground up code across multiple languages but couldn't imagine reinventing that particular wheel for what we do.
- austincheney 7y agoYes. Reinventing the wheel in this case is far less work than it sounds. You aren't really reinventing anything. Here is my current project where everything is vanilla. * Code: https://github.com/prettydiff/share-file-systems https://github.com/prettydiff/share-file-systems * Demo: http://mailmarkup.org/sharefile/demo1.mp4 http://mailmarkup.org/sharefile/demo1.mp4 The video demo is a few months old now, but in the current code I have broken network sharing during a refactor. The GUI and local file system still work well though.