Content deleted Content added
Line 201:
'''W3C standards compliance.''' React uses non-standard tags and attributes (expandos), as well javascript language extensions (jsx), which require learning a vendor specific idiom and also is thwarting security.
'''Documentation and support.''' Poor documentation and lack of dedicated support from the creators, leading to tens of thousands of questions on stackoverflow (one third of them unanswered!).<ref>{{Cite web|title = facebook/react stackoverflow|url = https://stackoverflow.com/unanswered/tagged/reactjs|website = stackoverflow|accessdate = 2017-11-15}}</ref>
'''Separation of concerns.''' React code mixes html with javascript, which is considered a bad practice as it makes more difficult to read and maintain the code, also hard to implement static code analysis.
|