Sharkio is an API proxy for your development environments. It records all the requests that are sent to your API. It allows you to replay the requests easily. Generate types, documentation, test suites, And interact with your API using AI.
A note: I reset the selection of the fakers by calling initEntries() .
I thought that it was fine not to use debounce or to memoize the filter result because we are talking about a small dataset to be filtered, so it seems okay to keep things as they are.
If you think it's a better idea otherwise, I will add the relevant parts.
Adding the option to filter for a faker :
https://github.com/sharkio-dev/sharkio/assets/34707669/24a6196e-e4a5-4d24-b65a-1094bc92b64a
A note: I reset the selection of the fakers by calling
initEntries()
.I thought that it was fine not to use debounce or to memoize the filter result because we are talking about a small dataset to be filtered, so it seems okay to keep things as they are.
If you think it's a better idea otherwise, I will add the relevant parts.