Generated by Spark: Create Redux persistence middleware to sync state with database automatically

This commit is contained in:
2026-01-17 21:14:31 +00:00
committed by GitHub
parent 45454ac34b
commit 98f4b49edf
13 changed files with 2013 additions and 1 deletions

View File

@@ -249,6 +249,24 @@
"category": "templates",
"description": "Project template selection and preview"
},
{
"name": "PersistenceDashboard",
"path": "@/components/PersistenceDashboard",
"export": "PersistenceDashboard",
"type": "feature",
"preload": false,
"category": "database",
"description": "Redux persistence middleware monitoring and control dashboard"
},
{
"name": "PersistenceExample",
"path": "@/components/PersistenceExample",
"export": "PersistenceExample",
"type": "feature",
"preload": false,
"category": "database",
"description": "Interactive example demonstrating automatic persistence"
},
{
"name": "JSONUIShowcase",
"path": "@/components/JSONUIShowcasePage",