States 🟪🟦🟨
- 🟪 = Shared
- 🟦 = Server
- 🟨 = Client
🟪 means that a variable/function/...etc exists in BOTH Server & Client side.
🟦 means that a variable/function/...etc exists in ONLY Server side.
🟨 means that a variable/function/...etc exists in ONLY Client side.
Last modified 1yr ago