Login
Remember
Register
Ask a Question
What are the limitations of React?
0
votes
asked
Jul 2, 2019
in
ReactJS
by
Venkatshastri
What are the limitations of React?
#reactjs
#redux
#redux#state
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 2, 2019
by
Venkatshastri
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.
...