nitkkr-dev / nitkkr

This repo contains both the front-end and back-end code for NITKKR's new website
https://nitkkr-dev.vercel.app
14 stars 2 forks source link

Convert faculty filtering by query to client component #160

Open GetPsyched opened 5 months ago

GetPsyched commented 5 months ago

Since we are using .filter anyways instead of re-fetching, there are too many unnecessary DB calls to the database. It's better to extract that out as a client component and use useState.