What are props in React? We use props in React to pass data from one component to another (from a parent component to a child component(s)). Props is just a shorter way of saying properties. They are useful when you want the flow of data in your app to be dynamic.
Read moreWhat is props on React?
What are props in React? We use props in React to pass data from one component to another (from a parent component to a child component(s)). Props is just a shorter way of saying properties. They are useful when you want the flow of data in your app to be dynamic.
Read moreReact Native return nedir?
React Native , native kullanıcı arayüzü (UI) bileşenlerini kullanarak çok platformlu Android ve iOS uygulamalarının geliştirilmesine imkan tanıyan bir mobil uygulama geliştirme framework’üdür (yazılım çerçevesi).
Read moreReact Native return nedir?
React Native , native kullanıcı arayüzü (UI) bileşenlerini kullanarak çok platformlu Android ve iOS uygulamalarının geliştirilmesine imkan tanıyan bir mobil uygulama geliştirme framework’üdür (yazılım çerçevesi).
Read moreReact Native State nedir?
React Native ile yapılan uygulamalarda çok fazla kullanılan bir yapı da state yapısıdır. Bu yazıda state nedir ve nasıl kullanılır onu göstermeye çalışacağız. Uygulama açıldığında çağırılan sınıfın constructor fonksiyonu çalışır. Bu fonksiyon ile birlikte state kavramlarını belirtebiliriz.
Read moreReact Native State nedir?
React Native ile yapılan uygulamalarda çok fazla kullanılan bir yapı da state yapısıdır. Bu yazıda state nedir ve nasıl kullanılır onu göstermeye çalışacağız. Uygulama açıldığında çağırılan sınıfın constructor fonksiyonu çalışır. Bu fonksiyon ile birlikte state kavramlarını belirtebiliriz.
Read moresetState React nedir?
setState () , bir bileşenin state nesnesine bir güncelleme planlar. State değiştiğinde, bileşen yeniden render ederek karşılık verir.
Read more