概要
React ,node.js版で
IndexedDBのCRUD作成となります
dexieライブラリで、IndexedDB操作して。
ブラウザ内に保存する形で。使用を想定しています
環境
react
react-dom
react-router-dom
dexie
画面
・リスト
参考のコード
実装など、React Component
・Create
https://github.com/kuc-arc-f/react_cms1_1crud/blob/master/src/component/Task/Create.js
・index
https://github.com/kuc-arc-f/react_cms1_1crud/blob/master/src/component/Task/Index.js
・edit/delete
https://github.com/kuc-arc-f/react_cms1_1crud/blob/master/src/component/Task/Edit.js