What is a counter component?

Counter Component. The Counter component lets you record events . Each time the component receives an input event, it increases or decreases the counter from a configurable base value. When adding this component to an automation, it is placed in the Global tab of the component tray by default.

Read more

Use State nedir?

useState() fonksiyonu aslında bir state hook. Bu hook’u, fonksiyon component’i içerisinde çağırıp içerisine istediğimiz state değişkenlerini atayabiliyoruz. Butona tıklanıp tekrar render edilme esnasında React bu state ‘i koruyor.

Read more