Hook nedir nasıl kullanılır?

Hooks özelliği bir herhangi bir class yazmadan fonksiyonlar yardımıyla React’teki state ve lifecycle özelliklerinin kullanılmasını sağlar. Hook ‘lar class’lar içerisinde çalışmadığı için fonksiyon component’ı içerisinde yer almalıdırlar.8 Kas 2018

Read more

How does React manage state?

State management is simply a way to engender communication and sharing of data across components. It creates a concrete data structure to represent your app’s State that you can read and write . Since React 16.8, every React component, whether functional or class, can have a state.13 Nis 2021

Read more