What are the limitations of React?
Limitations of React are listed below:
- React is just a library, not a full-blown framework. You'll need to use plugins to get the full functionality others provide.
- Its API library is very large and can take time to understand.
- It can be a little difficult for novice programmers to understand, as you need to grok multiple concepts like composition, uni-directional data flow, JSX, etc.
- Coding gets complex as it uses inline templating and JSX.