⛄ Snowberb ⛄ – 12-56 May 26
Im trying to do a multi-filter function on React, and I'm really stuck.
I have diverse filters:
and I also have a lot of objects with those properties and more, called
My objective is that I have to apply all these filters to the
How can I do this?
I could only achieve 1 filter at a time, I have no idea how I can chain all of them
I have diverse filters:
and I also have a lot of objects with those properties and more, called
bonuses: IBonus[]My objective is that I have to apply all these filters to the
bonuses object at once, depending on what the user selects, for example, bookies could be bet365, Sportium etc, ganancia could have a min of 20€ and a max of 100€ etc.How can I do this?
I could only achieve 1 filter at a time, I have no idea how I can chain all of them
