This blog moved to medium->https://medium.com/@cocoamaemae

Sunday, April 29, 2018

ReactJS Features

Brief
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.

No comments:

Post a Comment

Front End Development Tools

TaskRunner Tool executing multiple tasks by only one execution. Tasks are like CSS preprocessor, Transpire, Module Bundler, etc... e.g. ...