How do I perform a Search without page reload (I think I need Angular/Turbolinks)
Hi Everyone,
I am trying to make my app a SPA app, and accomplish most of this with erb templates, which I know is not ideal, but it works for now.
I need help with performing a search and filtering of data without performing a page reload. As of right now I believe I will have to begin to use Turbolinks or a front-end framework such as Angular to accomplish this. However, I wanted to see if there was another way to accomplish this.
If implementing Turbolinks / Angular is the best way to achieve this, please let me know so I can begin to go down that path.
Any help being pointed in the right direction is much appreciated. : - )