Closed bwanamaina closed 3 months ago
That's totally fine with me, you can pull it down and interact with it abit, In case you need me to make any changes I'll gladly do.
I am having an issue with the resolution of the path on local env...
So not sure what's going on
Could be an issue with webpack, after pulling latest changes, did you restart your dev server ? if not try kill the session and run npm start
This PR aims to improve performance and separate search logic from the main application entry point(components) into custom hook(s). Currently search is triggered on every keystroke and the current results (UI) is replaced by skeleton and timeout is used to control the UI, this can be improved.
Proposal