How to Choose the Right Dependencies for Your Project

Advice on choosing a library, framework, or SDK for a project

Jamie Bullock
Better Programming
Published in
5 min readJan 31, 2020

--

Collection of JavaScript Frameworks : Copyright by Jose Aguinaga

External libraries and frameworks make our lives significantly easier by providing ready-made functionality. This helps us avoid the need to reinvent the wheel for every project.

--

--