Why is my React app so big?

An app’s bundle size is the amount of JavaScript a user will have to download to load your app . The bigger the bundle size is, the longer it will take before a user can view your app. If this gets too slow, it can lead to frustration for your users, especially those with slower internet connections.

Read more

Is react JS tough?

If you have these skills already, then learning React should be a relatively straightforward process . It has its own unique set of challenges, but it is an excellent tool to have in order to start or further your career as a web developer.

Read more

Why is React so heavy?

The biggest nonobvious part of React is probably the events system — not only does React implement its own event dispatching and bubbling, it normalizes common events across browsers so that you don’t need to worry as much about it.6 Kas 2013

Read more