@100mslive/hms-video-store
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"license": "MIT", | ||
@@ -4,0 +4,0 @@ "main": "dist/index.js", |
@@ -9,2 +9,4 @@ # 100ms Reactive Store | ||
![Architecture](images/architecture.png) | ||
This is an addon to the core sdk provided by 100ms. It abstracts away the | ||
@@ -27,3 +29,4 @@ intricacies of data management and provides | ||
There are two important pieces - | ||
There are two important pieces, store for what you want to show and actions for what | ||
you want to do - | ||
1. Store - The core store interface for reading data usually using selectors. The store | ||
@@ -30,0 +33,0 @@ acts as a single source of truth for any data related to the room. There are two exposed |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
555348
101