why html5 either you use angularjs or reactjs still bad for mobile app when you have to deal with really big application.
creating big application when you have to deal with canvas or webgl using reactjs and angularjs is really a bad idea specially when we have to deal with slow device. reactjs and angularjs are super cool framework but when we have to deal with lots of image data and canvas than mixing these framework with each other for example mixing canvas and webgl with reactjs and angularjs is really bad idea. so how can i raise up my app above from these problem's ? REACTJS --------------- 1. reactjs works on virtual dom which is different from real dom. reactjs only changes real dom when there when react found a difference between real and virtual dom. 2. same methods which i explain also applied on react too. 3.one benefit of using react over angularjs is that reactjs is just a library and angularjs is a framework so separation of code in react is more flexible instead of angularjs which follow's more rules. ANGULARJS 1. there is no solution when ...