useEffect ne için kullanılır?

useEffect , hizli bir sekilde ozetlemek gerekirse, uygulamanizin ayaga kalkma asamasinda, uygulamanin bagimli oldugu yan islemleri cagirmak icin kullandigimiz bir yontem. Bu, bir ihtiyac dogrultusunda api call da olabilmekle birlikte, window objesinden cekilmeyi bekleyen cesitli event’ler de olabilir.

Read more

Why we are using React Hooks?

Hooks make React so much better because you have simpler code that implements similar functionalities faster and more effectively . You can also implement React state and lifecycle methods without writing classes. Below are code examples to illustrate React class and functional components.

Read more

Why we are using React Hooks?

Hooks make React so much better because you have simpler code that implements similar functionalities faster and more effectively . You can also implement React state and lifecycle methods without writing classes. Below are code examples to illustrate React class and functional components.

Read more