Skip to content

Installing react-aria via mono package or individual package #5044

Answered by snowystinger
boompikachu asked this question in Q&A
Discussion options

You must be logged in to vote

The biggest benefits would be that you don't need to remember where all the different exports are from and you wouldn't need to manage the versions yourself. We've found that trying to manage them yourself can easily lead to duplicates being installed, which would lead at best to a bloat in your production code and at worst, crashes.

I think this easily outweighs any large sizes during dev mode. I've not noticed this as an issue since network requests are local, so speeds for "downloads" are very high. ;)

The reason we have all the different package versions is so that if a bug is introduced or a problem is found, teams have ways of isolating particular changes. We also use them to try ou…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by boompikachu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants