@biglogic/rgs 3.8.2 → 3.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/advanced.cjs +1 -0
- package/core/advanced.js +1 -0
- package/core/minimal.cjs +1 -0
- package/core/minimal.js +1 -19
- package/index.cjs +1 -0
- package/index.js +1 -3925
- package/package.json +43 -47
- package/types/rgs.d.ts +7 -0
- package/docs/SUMMARY.md +0 -55
- package/docs/_config.yml +0 -1
- package/docs/chapters/case-studies.md +0 -69
- package/docs/chapters/faq.md +0 -53
- package/docs/chapters/getting-started.md +0 -68
- package/docs/chapters/local-first-sync.md +0 -146
- package/docs/chapters/migration-guide.md +0 -284
- package/docs/chapters/persistence-and-safety.md +0 -125
- package/docs/chapters/philosophy.md +0 -54
- package/docs/chapters/security-architecture.md +0 -50
- package/docs/chapters/the-magnetar-way.md +0 -69
package/package.json
CHANGED
|
@@ -1,23 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@biglogic/rgs",
|
|
3
|
-
"
|
|
4
|
-
"
|
|
3
|
+
"code": "argis",
|
|
4
|
+
"version": "3.9.1",
|
|
5
5
|
"description": "Argis (RGS) - Reactive Global State: A react state everywhere made easy",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
6
|
+
"main": "./index.cjs",
|
|
7
|
+
"browser": "./index.cjs",
|
|
8
8
|
"types": "./index.d.ts",
|
|
9
|
-
"
|
|
10
|
-
"homepage": "https://
|
|
11
|
-
"
|
|
12
|
-
"node": ">=16.0.0"
|
|
13
|
-
},
|
|
9
|
+
"typing": "./types/*",
|
|
10
|
+
"homepage": "https://a51.gitbook.io/rgs",
|
|
11
|
+
"license": "MIT",
|
|
14
12
|
"publishConfig": {
|
|
15
13
|
"access": "public",
|
|
16
14
|
"registry": "https://registry.npmjs.org/",
|
|
17
15
|
"provenance": true
|
|
18
16
|
},
|
|
19
|
-
"
|
|
20
|
-
|
|
17
|
+
"copyright": "Dario Passariello",
|
|
18
|
+
"author": "Dario Passariello",
|
|
19
|
+
"contributors": [
|
|
20
|
+
{
|
|
21
|
+
"name": "Dario Passariello",
|
|
22
|
+
"email": "dariopassarielloa@gmail.com"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "Valeria Cala Scaglitta",
|
|
26
|
+
"email": "valeriacalascaglitta@gmail.com"
|
|
27
|
+
}
|
|
21
28
|
],
|
|
22
29
|
"keywords": [
|
|
23
30
|
"rgs",
|
|
@@ -33,23 +40,18 @@
|
|
|
33
40
|
"react-globo-state",
|
|
34
41
|
"argis"
|
|
35
42
|
],
|
|
36
|
-
"
|
|
37
|
-
"author": "Dario Passariello <dariopassariello@gmail.com>",
|
|
38
|
-
"contributors": [
|
|
39
|
-
{
|
|
40
|
-
"name": "Dario Passariello",
|
|
41
|
-
"email": "dariopassariello@gmail.com",
|
|
42
|
-
"url": "https://dario.passariello.ca/"
|
|
43
|
-
},
|
|
43
|
+
"funding": [
|
|
44
44
|
{
|
|
45
|
-
"
|
|
46
|
-
"
|
|
45
|
+
"type": "patreon",
|
|
46
|
+
"url": "https://www.patreon.com/passariello"
|
|
47
47
|
}
|
|
48
48
|
],
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"url": "https://github.com/BigLogic-ca/rgs"
|
|
49
|
+
"engines": {
|
|
50
|
+
"node": ">=16.0.0"
|
|
52
51
|
},
|
|
52
|
+
"files": [
|
|
53
|
+
"**/*"
|
|
54
|
+
],
|
|
53
55
|
"repository": {
|
|
54
56
|
"type": "git",
|
|
55
57
|
"url": "git+https://github.com/BigLogic-ca/rgs.git"
|
|
@@ -59,31 +61,25 @@
|
|
|
59
61
|
},
|
|
60
62
|
"support": {
|
|
61
63
|
"name": "Dario Passariello",
|
|
62
|
-
"url": "https://
|
|
64
|
+
"url": "https://dario.passariello.ca/",
|
|
63
65
|
"email": "dariopassariello@gmail.com"
|
|
64
66
|
},
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
"
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
"test": "cd tests && npm test"
|
|
67
|
+
"peerDependenciesMeta": {
|
|
68
|
+
"react": {
|
|
69
|
+
"optional": false
|
|
70
|
+
},
|
|
71
|
+
"react-dom": {
|
|
72
|
+
"optional": false
|
|
73
|
+
}
|
|
73
74
|
},
|
|
74
|
-
"
|
|
75
|
-
|
|
75
|
+
"module": "./index.js",
|
|
76
|
+
"exports": {
|
|
77
|
+
".": {
|
|
78
|
+
"import": "./index.js",
|
|
79
|
+
"require": "./index.cjs",
|
|
80
|
+
"types": "./index.d.ts"
|
|
81
|
+
},
|
|
82
|
+
"./types/*": "./types/*"
|
|
76
83
|
},
|
|
77
|
-
"
|
|
78
|
-
"@types/node": "^25.3.3",
|
|
79
|
-
"@types/react": "^19.2.14",
|
|
80
|
-
"@types/react-dom": "^19.2.3",
|
|
81
|
-
"esbuild": "0.27.3",
|
|
82
|
-
"esbuild-node-externals": "1.20.1",
|
|
83
|
-
"esbuild-plugin-copy": "2.1.1",
|
|
84
|
-
"react": "^19.2.4",
|
|
85
|
-
"react-dom": "^19.2.4",
|
|
86
|
-
"tslib": "^2.8.1",
|
|
87
|
-
"typescript": "^5.9.3"
|
|
88
|
-
}
|
|
84
|
+
"typings": "./index.d.ts"
|
|
89
85
|
}
|
package/types/rgs.d.ts
ADDED
package/docs/SUMMARY.md
DELETED
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
# 🌌 Argis (RGS) - Reactive Global State: The Final Guide
|
|
2
|
-
|
|
3
|
-
Welcome to the definitive documentation for **Reactive Global State (RGS)**. If you are here, you're likely tired of endless boilerplate, complex configurations, and state management tools that seem to require a PhD in rocket science.
|
|
4
|
-
|
|
5
|
-
This documentation is written for everyone: from **easy setup** for those who just want things to work, to **advanced implementation** for those who want to master the engine.
|
|
6
|
-
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
## 🗺️ Summary
|
|
10
|
-
|
|
11
|
-
- **[The Philosophy: Panzer vs. Bicycle](chapters/philosophy.md)**
|
|
12
|
-
- Reliability and Security as First-Class Citizens.
|
|
13
|
-
- The "Ironclad" Core: Simplicity meets Power.
|
|
14
|
-
|
|
15
|
-
- **[Quick Start: 30-Second Setup](chapters/getting-started.md)**
|
|
16
|
-
- Deploying the RGS Panzer in your React project.
|
|
17
|
-
|
|
18
|
-
- **[The Magnetar Way: One-Liner Power](chapters/the-magnetar-way.md)**
|
|
19
|
-
- Creating stores and hooks simultaneously. Types included.
|
|
20
|
-
|
|
21
|
-
- **[Persistence and Safety](chapters/persistence-and-safety.md)**
|
|
22
|
-
- Never lose user data again (without localStorage headaches).
|
|
23
|
-
- Native immutability with Immer (Stellar Engine).
|
|
24
|
-
|
|
25
|
-
- **[Ecosystem and Plugins](chapters/plugins-and-extensibility.md)**
|
|
26
|
-
- DevTools, Cross-Tab Sync, Analytics, and Typed Plugins.
|
|
27
|
-
|
|
28
|
-
- **[Plugin SDK: Build Your Own Extensions](chapters/plugin-sdk.md)**
|
|
29
|
-
- Create custom plugins with lifecycle hooks.
|
|
30
|
-
- Register methods via `store.plugins`.
|
|
31
|
-
- Full API reference and examples.
|
|
32
|
-
|
|
33
|
-
- **[Case Studies: Real World Strategies](chapters/case-studies.md)**
|
|
34
|
-
- **E-commerce**: Cart isolation and atomic updates.
|
|
35
|
-
- **Dashboards**: Multi-store strategies and complex flows.
|
|
36
|
-
|
|
37
|
-
- **[Architectural Insights (FAQ)](chapters/07-faq.md)**
|
|
38
|
-
- Honest answers on security, performance, and Proxies.
|
|
39
|
-
|
|
40
|
-
- **[Migration Guide](chapters/migration-guide.md)**
|
|
41
|
-
- Upgrading to latest version (Enterprise Isolation)
|
|
42
|
-
- Upgrading to previous version (`secure` → `encoded`)
|
|
43
|
-
|
|
44
|
-
- **[Security Architecture & Hardening](chapters/security-architecture.md)**
|
|
45
|
-
- Advanced XSS prevention and deep cloning reliability.
|
|
46
|
-
- AES-256-GCM and RBAC.
|
|
47
|
-
|
|
48
|
-
- **[Local-First Sync Engine](chapters/local-first-sync.md)**
|
|
49
|
-
- Offline-by-default with automatic background sync.
|
|
50
|
-
- Conflict resolution strategies (last-write-wins, merge, etc.).
|
|
51
|
-
- `useSyncedState` hook for React components.
|
|
52
|
-
|
|
53
|
-
---
|
|
54
|
-
|
|
55
|
-
> *"Make things simple, but not simpler than necessary."* – RGS Team
|
package/docs/_config.yml
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
theme: jekyll-theme-modernist
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
# 🛒 Chapter 6: Case Studies - Real Strategies
|
|
2
|
-
|
|
3
|
-
In this chapter, we put theory aside and see how RGS solves the problems that keep you up at night (or at least frustrated in the office).
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## 🍎 Case 1: High-Performance E-commerce
|
|
8
|
-
|
|
9
|
-
**The Problem**: A shopping cart with 50 items, complex sidebar filters, and a product list that must update without "jumping" the whole page.
|
|
10
|
-
|
|
11
|
-
**The RGS Strategy**:
|
|
12
|
-
|
|
13
|
-
1. **Atomic Filters**: Don't save the entire filters object. Use separate keys (`category`, `priceRange`, `search`). This way, if the user only changes the price, the search bar doesn't re-render.
|
|
14
|
-
2. **Persistent Cart**: Use `gstate` with a `cart` namespace.
|
|
15
|
-
3. **Computed State for Totals**:
|
|
16
|
-
|
|
17
|
-
```javascript
|
|
18
|
-
cartStore.compute('totalAmount', ['items'], (s) =>
|
|
19
|
-
s.items.reduce((acc, curr) => acc + curr.price, 0)
|
|
20
|
-
);
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
**Why do this?** Because the component displaying the total price updates *only* when the `items` array changes, not when the user's name or shipping address changes. **Zero waste.**
|
|
24
|
-
|
|
25
|
-
---
|
|
26
|
-
|
|
27
|
-
## 📊 Case 2: Real-time Dashboard (Sockets/Events)
|
|
28
|
-
|
|
29
|
-
**The Problem**: You receive thousands of updates via WebSocket (e.g., crypto prices or server notifications), and React can't keep up.
|
|
30
|
-
|
|
31
|
-
**The RGS Strategy**:
|
|
32
|
-
|
|
33
|
-
1. **Atomic Transactions**: In RGS, you can group updates.
|
|
34
|
-
|
|
35
|
-
```javascript
|
|
36
|
-
socket.on('bulk_update', (data) => {
|
|
37
|
-
store.transaction(() => {
|
|
38
|
-
data.forEach(item => store.set(`price_${item.id}`, item.price));
|
|
39
|
-
});
|
|
40
|
-
});
|
|
41
|
-
```
|
|
42
|
-
|
|
43
|
-
**Why do this?** Instead of triggering 100 React updates, the `transaction` triggers **only one** at the end. Your dashboard's performance will go from "tractor" to "Ferrari".
|
|
44
|
-
|
|
45
|
-
---
|
|
46
|
-
|
|
47
|
-
## 🏦 Case 3: Multi-Step Forms (User Onboarding)
|
|
48
|
-
|
|
49
|
-
**The Problem**: A signup form with 5 steps. If the user hits "Back" or refreshes the page, they lose everything.
|
|
50
|
-
|
|
51
|
-
**The RGS Strategy**:
|
|
52
|
-
|
|
53
|
-
1. Use a dedicated `gstate` called `onboarding`.
|
|
54
|
-
2. Enable `persist: true`.
|
|
55
|
-
3. At each step, just call `set('step1', values)`.
|
|
56
|
-
**Why do this?** Because you don't have to manage manual saving logic. When the user returns, the fields are already populated. At the very end (Step 5), call `store.destroy()` to clean up. Clean and elegant.
|
|
57
|
-
|
|
58
|
-
---
|
|
59
|
-
|
|
60
|
-
## 🛡️ Message for Advanced Architects
|
|
61
|
-
|
|
62
|
-
*"But I could do all this with a custom cache and an event bus..."*
|
|
63
|
-
Sure you could. You could also walk to work instead of driving. But RGS is the car: it's tested, it handles edge cases (closed tabs, full storage, corrupted types), and it lets you focus on **business logic**, not infrastructure.
|
|
64
|
-
|
|
65
|
-
Stop reinventing the wheel. Use RGS.
|
|
66
|
-
|
|
67
|
-
---
|
|
68
|
-
|
|
69
|
-
**Next step:** [FAQ: For the Skeptics and the Curious](07-faq.md)
|
package/docs/chapters/faq.md
DELETED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
# ❓ Chapter 7: FAQ - Architectural Insights
|
|
2
|
-
|
|
3
|
-
This section provides technical context for the design decisions behind RGS (Argis) - Reactive Global State.
|
|
4
|
-
|
|
5
|
-
## 1. "Why integrate Security and GDPR into the State layer?"
|
|
6
|
-
|
|
7
|
-
**The Rationale:** In enterprise environments, ensuring that every data access is authorized is critical. By integrating **RBAC** and **Auditing** directly into the store instance, we provide a "Secure-by-Default" architecture. This prevents common oversights where developers might forget to apply permission checks in custom middleware or component logic.
|
|
8
|
-
|
|
9
|
-
## 2. "How does RGS compare to the React Context API?"
|
|
10
|
-
|
|
11
|
-
**The Technical Difference:** Context is a dependency injection tool. When values change, React often triggers broad re-renders across the consumer tree. RGS uses a **Surgical Subscription** model. Only components observing a specific key are notified of changes, ensuring optimal performance even in data-heavy applications.
|
|
12
|
-
|
|
13
|
-
## 3. "Is there a performance overhead for Safety Features?"
|
|
14
|
-
|
|
15
|
-
**The Trade-off:** Capabilities like deep freezing (immutability) and sanitization do introduce a small computational cost (typically 1-2ms). We believe this is a worthwhile investment to prevent accidental state mutations and security vulnerabilities. For performance-critical scenarios (like high-frequency animations), these features can be selectively disabled.
|
|
16
|
-
|
|
17
|
-
## 4. "How is Type Safety handled with string keys?"
|
|
18
|
-
|
|
19
|
-
**The Approach:** String keys provide the flexibility needed for dynamic and runtime-generated state namespaces. For developers requiring strict type safety, RGS offers the `gstate` factory and `GStatePlugins` augmentation, allowing you to define a fully typed interface for your store and its plugins.
|
|
20
|
-
|
|
21
|
-
## 5. "What logic dictates the use of 'Ghost Stores'?"
|
|
22
|
-
|
|
23
|
-
**Operational Resilience:** Many applications experience race conditions during hydration or initialization. Instead of allowing the application to crash due to an uninitialized reference, RGS returns a protective Proxy. This Proxy logs a developer warning while providing a safe fallback, ensuring the user interface remains functional while the developer addresses the initialization sequence.
|
|
24
|
-
|
|
25
|
-
## 6. "Is it compatible with modern React patterns (SSR/Next.js)?"
|
|
26
|
-
|
|
27
|
-
**Yes.** RGS is built on top of `useSyncExternalStore` and is fully compatible with Concurrent Rendering and Server-Side Rendering (SSR). It works seamlessly with Next.js, Remix, and other modern frameworks without hydration mismatch issues.
|
|
28
|
-
|
|
29
|
-
## 7. "Where do the best practices and improvements come from?"
|
|
30
|
-
|
|
31
|
-
**The Process:** All improvements and best practices are based on:
|
|
32
|
-
|
|
33
|
-
- **Official React Documentation** - useSyncExternalStore for SSR, hooks rules, React 18/19 features
|
|
34
|
-
- **TypeScript Best Practices** - Type safety patterns, generics, strict mode
|
|
35
|
-
- **Security Standards** - OWASP for XSS prevention, AES-256-GCM encryption, RBAC patterns
|
|
36
|
-
- **Community Libraries** - Patterns from Zustand, Redux, Jotai for plugin architecture
|
|
37
|
-
- **Enterprise Patterns** - Error handling, multi-store isolation, GDPR compliance
|
|
38
|
-
|
|
39
|
-
Key fixes (like security isolation per-store, Immer optional loading) come from common issues in similar libraries.
|
|
40
|
-
|
|
41
|
-
---
|
|
42
|
-
|
|
43
|
-
## 🛑 Best Practices: Maximizing Reliability
|
|
44
|
-
|
|
45
|
-
1. **State Granularity**: Use RGS for global, persistent, or secured data. For transient UI state (like toggle transitions), standard `useState` is more appropriate.
|
|
46
|
-
2. **Namespace Management**: Always define a unique namespace for your store to prevent data collisions in shared domain environments.
|
|
47
|
-
3. **Rule Validation**: Ensure your RBAC rules are tested against your expected key patterns to maintain a robust security posture.
|
|
48
|
-
|
|
49
|
-
---
|
|
50
|
-
|
|
51
|
-
## 👋 Conclusion
|
|
52
|
-
|
|
53
|
-
RGS is designed for teams that prioritize long-term maintainability and system stability. By handling the complexities of security and persistence at the architectural level, we allow developers to focus on building features with confidence.
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
# ⚡ Chapter 2: Quick Start - From Zero to State in 30 Seconds
|
|
2
|
-
|
|
3
|
-
Stop wasting time on boilerplate. Here is how you deploy the RGS Panzer in your React project.
|
|
4
|
-
|
|
5
|
-
## 1. Installation
|
|
6
|
-
|
|
7
|
-
The engine is lightweight but armored.
|
|
8
|
-
|
|
9
|
-
```bash
|
|
10
|
-
npm install rgs
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
## 2. Initialization: The "Big Bang"
|
|
14
|
-
|
|
15
|
-
In your main entry file (e.g., `main.tsx` or `App.tsx`), wake up the engine once.
|
|
16
|
-
|
|
17
|
-
```typescript
|
|
18
|
-
import { initState, useStore } from '@biglogic/rgs';
|
|
19
|
-
|
|
20
|
-
// Initialize with optional settings
|
|
21
|
-
initState({
|
|
22
|
-
namespace: 'my-awesome-app',
|
|
23
|
-
persistence: true // Optional: Saves everything to localStorage automatically
|
|
24
|
-
});
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
## 3. Usage: Instant Reactions
|
|
28
|
-
|
|
29
|
-
Use the `useStore` hook. No providers, no wrappers. Just raw, atomic power.
|
|
30
|
-
|
|
31
|
-
```tsx
|
|
32
|
-
import { useStore } from '@biglogic/rgs';
|
|
33
|
-
|
|
34
|
-
function Counter() {
|
|
35
|
-
// If 'count' doesn't exist yet, it defaults to undefined. Easy.
|
|
36
|
-
const [count, setCount] = useStore<number>('count');
|
|
37
|
-
|
|
38
|
-
return (
|
|
39
|
-
<div className="card">
|
|
40
|
-
<h1>Power Level: {count ?? 0}</h1>
|
|
41
|
-
<button onClick={() => setCount((prev) => (prev || 0) + 1)}>
|
|
42
|
-
Boost Power 💥
|
|
43
|
-
</button>
|
|
44
|
-
</div>
|
|
45
|
-
);
|
|
46
|
-
}
|
|
47
|
-
```
|
|
48
|
-
|
|
49
|
-
## 🧐 What just happened?
|
|
50
|
-
|
|
51
|
-
- **Reactive Subscription**: `useStore('count')` tells React to watch the 'count' key. Surgical updates only.
|
|
52
|
-
- **Global Scope**: `setCount` updates the value everywhere in the app, instantly.
|
|
53
|
-
- **Resilient Nature**: If you access a key that hasn't been set yet, RGS returns `undefined` gracefully instead of throwing a tantrum.
|
|
54
|
-
|
|
55
|
-
## 🚨 Pro Tip: Direct Store Access
|
|
56
|
-
|
|
57
|
-
Need to access state outside of React components? Simple.
|
|
58
|
-
|
|
59
|
-
```typescript
|
|
60
|
-
import { getStore } from '@biglogic/rgs';
|
|
61
|
-
|
|
62
|
-
const value = getStore()?.get('count');
|
|
63
|
-
getStore()?.set('count', 9001);
|
|
64
|
-
```
|
|
65
|
-
|
|
66
|
-
---
|
|
67
|
-
|
|
68
|
-
**Next step:** [The Magnetar Way: One-Liner Power](03-the-magnetar-way.md)
|
|
@@ -1,146 +0,0 @@
|
|
|
1
|
-
# 🚀 Chapter 10: Local-First Sync Engine
|
|
2
|
-
|
|
3
|
-
RGS now includes a powerful **Local-First Sync Engine** that makes your app work offline by default and automatically synchronize when connectivity is restored.
|
|
4
|
-
|
|
5
|
-
## Why Local-First?
|
|
6
|
-
|
|
7
|
-
Traditional apps require an internet connection to work. Local-First apps work immediately with local data and sync in the background when possible.
|
|
8
|
-
|
|
9
|
-
### Benefits
|
|
10
|
-
|
|
11
|
-
- **Instant Load** - No waiting for server responses
|
|
12
|
-
- **Works Offline** - App functions without internet
|
|
13
|
-
- **Better UX** - No loading spinners for data
|
|
14
|
-
- **Conflict Resolution** - Smart merge strategies
|
|
15
|
-
|
|
16
|
-
## Quick Start
|
|
17
|
-
|
|
18
|
-
```typescript
|
|
19
|
-
import { gstate, useSyncedState } from '@biglogic/rgs'
|
|
20
|
-
|
|
21
|
-
// Create store with sync enabled
|
|
22
|
-
const store = gstate({
|
|
23
|
-
todos: [],
|
|
24
|
-
user: null
|
|
25
|
-
}, {
|
|
26
|
-
namespace: 'myapp',
|
|
27
|
-
sync: {
|
|
28
|
-
endpoint: 'https://api.example.com/sync',
|
|
29
|
-
// Use a getter function for secure token retrieval
|
|
30
|
-
authToken: () => localStorage.getItem('auth_token'),
|
|
31
|
-
autoSyncInterval: 30000, // Sync every 30s
|
|
32
|
-
syncOnReconnect: true // Auto-sync when back online
|
|
33
|
-
}
|
|
34
|
-
})
|
|
35
|
-
|
|
36
|
-
// Use in React components
|
|
37
|
-
function TodoList() {
|
|
38
|
-
const [todos, setTodos] = useSyncedState('todos')
|
|
39
|
-
|
|
40
|
-
// Add todo - automatically queued for sync
|
|
41
|
-
const addTodo = (text) => {
|
|
42
|
-
setTodos([...todos, { id: Date.now(), text }])
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
return <div>{/* ... */}</div>
|
|
46
|
-
}
|
|
47
|
-
```
|
|
48
|
-
|
|
49
|
-
## Configuration Options
|
|
50
|
-
|
|
51
|
-
| Option | Type | Default | Description |
|
|
52
|
-
|--------|------|---------|-------------|
|
|
53
|
-
| `endpoint` | `string` | required | Remote sync server URL |
|
|
54
|
-
| `authToken` | `string` or `() => string \| null` | - | Authentication token or getter function for secure retrieval |
|
|
55
|
-
| `strategy` | `string` | `'last-write-wins'` | Conflict resolution |
|
|
56
|
-
| `autoSyncInterval` | `number` | `30000` | Auto-sync interval (ms) |
|
|
57
|
-
| `syncOnReconnect` | `boolean` | `true` | Sync on network restore |
|
|
58
|
-
| `debounceTime` | `number` | `1000` | Batch changes (ms) |
|
|
59
|
-
| `maxRetries` | `number` | `3` | Failed sync retries |
|
|
60
|
-
| `onConflict` | `function` | - | Custom conflict handler |
|
|
61
|
-
| `onSync` | `function` | - | Sync completion callback |
|
|
62
|
-
|
|
63
|
-
## Conflict Resolution Strategies
|
|
64
|
-
|
|
65
|
-
### 1. Last-Write-Wins (Default)
|
|
66
|
-
|
|
67
|
-
```typescript
|
|
68
|
-
sync: { strategy: 'last-write-wins' }
|
|
69
|
-
```
|
|
70
|
-
Latest timestamp wins - simplest strategy.
|
|
71
|
-
|
|
72
|
-
### 2. Server-Wins
|
|
73
|
-
|
|
74
|
-
```typescript
|
|
75
|
-
sync: { strategy: 'server-wins' }
|
|
76
|
-
```
|
|
77
|
-
Always prefer remote values - useful for read-heavy apps.
|
|
78
|
-
|
|
79
|
-
### 3. Client-Wins
|
|
80
|
-
|
|
81
|
-
```typescript
|
|
82
|
-
sync: { strategy: 'client-wins' }
|
|
83
|
-
```
|
|
84
|
-
Always prefer local values - useful for write-heavy apps.
|
|
85
|
-
|
|
86
|
-
### 4. Custom Merge
|
|
87
|
-
|
|
88
|
-
```typescript
|
|
89
|
-
sync: {
|
|
90
|
-
strategy: 'merge',
|
|
91
|
-
onConflict: (conflict) => {
|
|
92
|
-
// Custom logic for merging
|
|
93
|
-
return {
|
|
94
|
-
action: 'merge',
|
|
95
|
-
value: { /* merged result */ }
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
```
|
|
100
|
-
|
|
101
|
-
## Hook API
|
|
102
|
-
|
|
103
|
-
### useSyncedState
|
|
104
|
-
|
|
105
|
-
```typescript
|
|
106
|
-
const [value, setValue, syncState] = useSyncedState('key')
|
|
107
|
-
|
|
108
|
-
// syncState contains:
|
|
109
|
-
// - isOnline: boolean
|
|
110
|
-
// - isSyncing: boolean
|
|
111
|
-
// - pendingChanges: number
|
|
112
|
-
// - conflicts: number
|
|
113
|
-
```
|
|
114
|
-
|
|
115
|
-
### useSyncStatus
|
|
116
|
-
|
|
117
|
-
```typescript
|
|
118
|
-
const status = useSyncStatus()
|
|
119
|
-
// Global sync status across all stores
|
|
120
|
-
```
|
|
121
|
-
|
|
122
|
-
## Manual Sync Control
|
|
123
|
-
|
|
124
|
-
```typescript
|
|
125
|
-
// Force sync
|
|
126
|
-
await store.plugins.sync.flush()
|
|
127
|
-
|
|
128
|
-
// Get sync state
|
|
129
|
-
const state = store.plugins.sync.getState()
|
|
130
|
-
```
|
|
131
|
-
|
|
132
|
-
## Integration with Persistence
|
|
133
|
-
|
|
134
|
-
The Sync Engine works seamlessly with RGS's existing persistence layer:
|
|
135
|
-
|
|
136
|
-
- **Local Storage** - Data persists locally first
|
|
137
|
-
- **IndexedDB** - For larger datasets
|
|
138
|
-
- **Cloud Sync** - Optional remote backup
|
|
139
|
-
|
|
140
|
-
Your data survives browser refresh, works offline, and stays synchronized across devices.
|
|
141
|
-
|
|
142
|
-
## Next Steps
|
|
143
|
-
|
|
144
|
-
- Learn about [Security Architecture](09-security-architecture.md)
|
|
145
|
-
- Explore [Plugin SDK](05-plugin-sdk.md)
|
|
146
|
-
- Check [Migration Guide](08-migration-guide.md)
|