June 23, 2020

What are the limitations of React?

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.