[JavaScript] Best practices for choosing third-party libraries and keep bundle size small.
nicholasio opened this issue · 0 comments
nicholasio commented
Bundle sizes are often an issue in most projects and it would be great to have a section about recommended JS libraries for things like using daysjs instead of moment.js, the goal is obviously not to cover everything but just the obvious and most needed libraries.
In addition we should provide some guidance for choosing third-party libraries, engineers need to be aware of few things:
- bundle sizes
- additional dependencies
- extensability
- Community Support