Home > Enterprise >  React/Firebase. How can i filter some products by categories using firebase?
React/Firebase. How can i filter some products by categories using firebase?

Time:07-17

How can i filter some products by categories using firebase? Edit priceless-haze-mw4v4i

Technically it would be better to clone and extend your categories objects with additional array property with useMemo, or you can add additional Map object with key = Category(title) and value = products (filtered) but it is up to you.

  • Related