ブラウザのファイルキャッシュはほとんど制御できませんが、IndexedDBを使用すれば独自のファイルキャッシュシステム等が作成可能になります。 mdn web docsを参考にソースコードを作成しています。 そのままだと使いにくいのでラップクラス(IddDataBase ...
Rust Webassembly (下記 wasm) 関係になり。 IndexedDB + React + webpack で、CRUD作成する内容となります。 ・React CRUDに、表示系をwasm で、実装する形です。 ・webpack + React 準備は、前の記事を参考にしています。
Peter shows how to browse a set of objects in an IndexedDB ObjectStore and, along the way, finishes up his TypeScript/IndexedDB utilities for storing and retrieving large amounts of data on the client ...