0👍
From my point of view is always better to do filtering backend. On backend you can control everything. Doing filtering on frontend on maybe 100000 items is going to be slower than letting django handle that.
Take a look at django-filter which is a good filtering package that goes well with django-rest-framework.
- [Vuejs]-Typscript: How do I Call Nested Array on Vue Data?
- [Vuejs]-Vue 3 radio button revert back if user canceled
Source:stackexchange.com