@emeraldemperaur/vector-sigma 1.4.39 → 1.4.41
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/README.md +3 -3
- package/lib/index.cjs +3841 -627
- package/lib/index.esm.js +3842 -628
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -60,7 +60,7 @@ return xForm.transform({
|
|
|
60
60
|
```
|
|
61
61
|
#### Stateful Implementation
|
|
62
62
|
<p align="justify">
|
|
63
|
-
<code>useVectorSigma</code> hook method utilizes React lazy initialization in tandem with <code>useRef</code> to guarantee VectorSigma class is created
|
|
63
|
+
<code>useVectorSigma</code> hook method utilizes <code>React</code> lazy initialization in tandem with <code>useRef</code> to guarantee VectorSigma class object is created in a singleton-ish fashion when the VΣ component mounts, and safely persists across DOM re-renders.
|
|
64
64
|
</p>
|
|
65
65
|
|
|
66
66
|
```javascript
|
|
@@ -124,9 +124,9 @@ export const VΣRegistrationForm = () => {
|
|
|
124
124
|
|
|
125
125
|
### Screenshots
|
|
126
126
|
|
|
127
|
-
#### Automation Workflow Use Case
|
|
127
|
+
#### Automation Workflow (N8N Webhook Trigger Node) Use Case
|
|
128
128
|
|
|
129
|
-
#### Web Application Use Case
|
|
129
|
+
#### Web Application (User Onboarding Data Pipeline) Use Case
|
|
130
130
|
|
|
131
131
|
### Design Tenets
|
|
132
132
|
<ul>
|