Aakansha Doshi
Aakansha Doshi
## :bookmark_tabs: Summary Brief description about the content of your PR. Resolves # ## :straight_ruler: Design Decisions Describe the way your implementation works or what design decisions you made if...
Currently, we don't save the custom input to local storage so its persisted on refresh
Since we have moved to Esbuild in @excalidraw/excalidraw so it would be better to move here as well for consistency and debug build related issues as well
By default `options.caseSensivite` will be `false` as it is right now, once the prop is true then we should show result depending on the matches respective case sensitivity
Add in-memory caching to optimize the perf and enhance the search results.
The CSS seems to be broken in vercel preview, it should be same as localhost playground Localhost Playground Vercel
We want to support the **fuzzy** search for suggestions and for that, we can use a library Let's use [fuzzify](https://github.com/ad1992/fuzzify) to support fuzzy search for suggestions - dogfooding 📦 😀
Currently, only an array of strings is accepted as a list. Let's allow an array of objects instead when initializing the fuzzify library. Additinally `keys` should be passed to `search`...
Currently, we are using create-react-app for build process, for better maintainability and developer experience, lets move to [vite](https://vite.dev/)