spyglass-search / spyglass

A personal search engine: Create a searchable library from your personal documents, interests, and more!
https://docs.spyglass.fyi
GNU Affero General Public License v3.0
2.59k stars 59 forks source link

wip refactor: yew -> vite migration #527

Closed a5huynh closed 2 weeks ago

a5huynh commented 2 weeks ago

While yew was great experimental when this project first started, it's really slow us down when trying to tweak/add additional features. And with the recent tauri upgrades it didn't seem to be working at all. The extra layer of abstraction made things difficult to debug. This is the start of the migration from Yew to the Vite frontend framework.