Filter, Sort, and Search Arrays with JavaScript

Originally published at: Filter, Sort, and Search Arrays with JavaScript - Server Side Up

To add that next level user experience to your frontend, you need speed. Areas of your app that always need just a little optimization are ones that display and compute data. You have a decision to make. Do you load more data from the API or do you allow the user to manipulate and filter…