Hacker News new | ask | show | jobs
by true_religion 2269 days ago
Well, in my experience, you start with open source libraries first, and try to build functionality atop that. If becomes too troublesome then and only then do you look for a paid library.

At that point you can justify the rate by looking at how much work was done previously.

For an example, about ten years ago I was tasked with doing JavaScript charting for stock market data and used open source libs at first. After 8 weeks of working with this, it became clear that this was a tar pit that was dragging time away from our startups core problems. We then bought HighCharts.js for about 3k per year, which saved us over 10k in engineering time instantly based on the idea that we would needed at least two more months to figure things out ourselves.