Linking to other resources
I'll explain this with the API URLs directly, as it will be easier for me, I have multiple resources, let's call the first one "category". When a user selects a specific category, I'd like for the user to be redirected to the second resource, "manufacturer" with a filter: /manufacturer?category=1. When a user selects a specific manufacturer, the user gets redirected to "device", /category?category=1&manufacturer=1.
Is that something that refine.dev can do well, and if so, is there specific documentation that can help understand where to start ? Thank you very much !
Is that something that refine.dev can do well, and if so, is there specific documentation that can help understand where to start ? Thank you very much !
