Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JavaScript] Best practices for choosing third-party libraries and keep bundle size small. #341

Open
nicholasio opened this issue Sep 15, 2020 · 0 comments
Labels
javascript Pull requests that update Javascript code

Comments

@nicholasio
Copy link
Member

nicholasio commented Sep 15, 2020

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
@nicholasio nicholasio added the javascript Pull requests that update Javascript code label Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code
Projects
None yet
Development

No branches or pull requests

1 participant