|
|
|
|
|
by tegeek
4570 days ago
|
|
Any framework like React (which embeds html tightly with javascript) is flawed at its core. HTML itself is declarative in nature. All frameworks should embrace this. By looking at React docs, I can tell you from my experience that it'll be pain in the s to maintain a large scale React application. AngularJs' declarative way gives an app maintainability and highly test-ability. These two things are not the luxury but a must have requirement for any large scale long-live application. |
|