Goal: client scoped, persisted storage in the browser.
Conclusion: Possible to use SQLite in both Blazor client-side & even use EFCore. But, without additional browser caching to persist the SQLite database, nothing is being persisted between page refreshes.