What are the limits of react JS?

However, there are a few limitations associated with ReactJS which are: Lack of Proper Documentation : There are a lot of tools and libraries like Redux and Reflux that can boost the performance of React. Even React itself is updated regularly. Unfortunately, that comes with a downside.

Read more

How big can React state get?

There isn’t really a limit to what you can store there and React state itself doesn’t put any type of limitation on the size it can store. The issue with large data sets appears with rendering such data. If you have for example a table that needs to render thousands of rows, it will slow down the browser.

Read more