Eagle Eye
Agnostic
Introduction
Getting Started
Creating the Eagle Eye State Manager
Accessing the Global Store
Streaming Real-time Changes
Global Access
API
Connect HoC
CreateContext Function
UsageError Exception
UseContext Hook
Concepts
Client
Prehooks
Property Path
@@STATE
Provider
Selector Map
Storage
Store
Reset State
Set State
Batched Update
Array Indexing
Using Tag Commands
@@CLEAR
Usage Example
@@DELETE
Usage Example
@@MOVE
Usage Example
@@PUSH
Usage Example
@@REPLACE
Usage Example
@@SET
Usage Example
@@SPLICE
Usage Example
Combination Usage Example
What's Changed?
Latest
Provider
As of v7.0.0
Note:
DEPRECATED.
Installation
Can I observe this state externally?
Is it true that the state can never be mutated?
Making reactive component trees.
How to observe state externally.
About the
@@STATE
keyword.
Can I use negative array indexing?
How to read state with
hoc
.
How to read state with
hook
.
How to set state.
Why not use the spread operator for incoming state?
How do I update my array exactly at a specific index?
What is the use of
setstate @@ tags
?
How to set multiple states sequentially.