React is 7.4 kB. It's a myth that react is a heavy framework. You can absolutely implement only certain parts of your web app in react, and other parts using different libraries or vanilla JS.
Angular gives you everything you need to build a complete client-side app, React is just for the view part. You still need other libraries for state management and other things
87
u/A1oso 2d ago
React is 7.4 kB. It's a myth that react is a heavy framework. You can absolutely implement only certain parts of your web app in react, and other parts using different libraries or vanilla JS.