You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't just copy the code in the file. Spoiler alert: it won't work. Use the example as a jumping off point to understand the general strategy being used and write it yourself.
Teachables
We use URL search params for any kind of filtering at Hack4Impact. This allows our search fields to be super easily sharable. If I look something up and want to send the result of that search to someone, I can just copy the URL and send it!
Description
We need a way to search through our applicants. This will enable that.
Technical Details
apps/applicant-tracking/components/SearchField/index.tsxq(for query)http://localhost:3000?q=test?q=)Warning
Don't just copy the code in the file. Spoiler alert: it won't work. Use the example as a jumping off point to understand the general strategy being used and write it yourself.
Teachables
We use URL search params for any kind of filtering at Hack4Impact. This allows our search fields to be super easily sharable. If I look something up and want to send the result of that search to someone, I can just copy the URL and send it!
Testing Steps
Dependencies