Login
Remember
Register
Ask a Question
What are the limitations of React?
0
votes
asked
Jan 31, 2021
in
ReactJS
by
Robindeniel
What are the limitations of React?
#reactjs-limitations
reactjs
react-disadvantages
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 31, 2021
by
Robindeniel
Apart from the advantages, there are few limitations of React too,
React is just a view library, not a full framework.
There is a learning curve for beginners who are new to web development.
Integrating React into a traditional MVC framework requires some additional configuration.
The code complexity increases with inline templating and JSX.
Too many smaller components leading to over engineering or boilerplate.
...