Message from JavaScript discussions
November 2016
— Interesting study case
Haha, well, the project started in pure PHP, not even any html templates... it was embedded in the PHP
— Then I moved to JS MVC and REST WebAPI, but MVC really hurts when it gets big! It burned my ass. MVP kissed my burned ass but it didn't help me much... Flux has been so much better :D
— So, all it is, is a project to teach me various languages, and I probably would not learn a lot by just plugging a bunch of frameworks together :p
— As for debugging the PHP... well, this is how I do it
— Hahahha
— I found this https://github.com/Matt-Esch/virtual-dom :)
— Granted, I will make my own, but still cool!
— Does anyone know if a Virtual DOM can be written to agnostically?
— Ie: If I have something that writes to the real DOM normally, could it just as easily write to the virtual one?
— The virtual dom is one shallow copy, include minimal information with real dom
— Can is be interchangeable for something like... document.getElementById("id");