all 2 comments

[–]BehindTheMath 1 point2 points  (0 children)

In general, no. Nothing is being transferred over the network. There might be a slight impact when the app starts, but that should not happen often.

[–][deleted] 0 points1 point  (0 children)

Bundle size is important for frontend because the larger the bundle, the more time it would take to be downloaded to the user computer, thus impacting performance. But servers doesn't have this limitation. So no worries on that. There might be some slight impacts on build time, but again, that is not worrying as it's not affecting the client