Filtering Data Client-Side: Comparing CSS, jQuery, and React

added by JavaScript Kicks
9/25/2019 7:28:30 AM

1120 Views

Say you have a list of 100 names: Randy Hilpert Peggie Jacobi Ethelyn Nolan Sr. ...or file names, or phone numbers, or whatever. And you want to filter them client-side, meaning you aren't making a server-side request to search through data and return results.


0 comments