Hacker News new | ask | show | jobs
by pbowyer 1431 days ago
> I also didn’t like that it parsed and transformed your JavaScript behind the scenes for various reasons. [1]

If your data's smaller e.g. you do most of the filtering on the backend but want to transform it to display multiple ways on the frontend, I really enjoy using Tidy.js https://pbeshai.github.io/tidy/. Great API and makes massaging data pleasant.