Consideration regarding ReactJS merit and demerit
ReactJS Features
- JSX is essential
ReactJS Merit
- Rendering speed is faster than ordinary template engine.
- Writing logic per a html part is reused.
ReactJS Demerit
- Not good at Ajax
- It's not suitable for the pages which do not have many dynamic contents.
- Rendering speed is slower than JQuery optimized.