You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the performance becomes very slow when the react project is built with Parcel, in comparission with other building tools such as webpack.
Parcel build (very slow performance)
As you can see above, it seems that the object are triggering a layout tick in the application.
Webpack build (normal performance)
This was tested on exactly the same code, based on simple example.
It seems that the performance becomes very slow when the react project is built with Parcel, in comparission with other building tools such as
webpack
.Parcel build (very slow performance)
As you can see above, it seems that the object are triggering a layout tick in the application.
Webpack build (normal performance)
This was tested on exactly the same code, based on simple example.
App.js
.parcelrc
package.json
The text was updated successfully, but these errors were encountered: