Welcome to effekt Discussions! #1
Replies: 1 comment
-
Hi, I'm bendgk the creator of EffeKt. I've been working with Kotlin for a little bit over 2 years, and with VueJS for about 4. Currently, EffeKt has three different reactive primitives:
RefRef is a reactive primitive that tracks the value of a single value. At its core, a ref is used to create a reactive dependency that can be tracked for changes. When a ref's underlying value is accessed (get) we call ComputedComputed is a reactive primitive that can be used to reactively compute values from dependencies. At its core, a computed is a reactive view. Watch EffectWatch Effect is a reactive subscriber that can be used to call a side effect (update function) when its dependencies change. |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions