PDA

View Full Version : What are drawbacks of using React JS?



sinelogixtech
07-09-2018, 11:45 AM
What are drawbacks of using React JS?

DavidMichael
07-19-2018, 10:31 AM
1.The library itself is too large
2.The learning curve can be steep.

ORLOVA
07-21-2018, 06:37 AM
Still i think that React Native has great potential as helping tool. Not so much as a full blown coding language, more as a ‘’cherry on the top’’ helper. React Native compiles very nicely into true app.

Servers Base
05-01-2019, 06:15 PM
1. High pace of development
2. Poor documentation
3. ‘HTML in my JavaScript!’ – JSX as a barrier
4. Additional SEO hassle

RH-Calvin
05-02-2019, 10:00 AM
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.

lishmalinyjames
01-23-2021, 02:20 PM
The high pace of development.
Poor Documentation.
View Part.
JSX is a barrier.