idev0085 / react-boilerplate

0 stars 0 forks source link

What are the limitations of React? #61

Open idev0085 opened 3 years ago

idev0085 commented 3 years ago

Drawbacks of ReactJS:

Learning curve. Being not full-featured framework it is requered in-depth knowledge for integration user interface free library into MVC framework.

View-orientedness is one of the cons of ReactJS. It should be found 'Model' and 'Controller' to resolve 'View' problem.

Not using isomorphic approach to exploit application leads to search engines indexing problems.

Lots of developers dislike JSX React’s documentation, manuals are difficult for newcomers’ understanding. React’s large size library.