Three questions in one :
-
Does anyone know what the actual (or theoretical) limit on the number of dependencies you can include in an app is?
-
Does anyone know if the main app will start to slow down after X dependencies have been added? (and by extension, what the value of X is?)
.
I appreciate speed might depend on the size of the dependencies; mine are small, one job (usually CRUD) which rely on uplink for server code, so just 2 or 3 forms of client side code.
Finally,
- What’s the most, over 15, anyone has added to their main app?
Cheers