Does React work with React Native?

React Native compiles to native app components enables the programmer to build mobile applications that can run on different platforms such as Windows, Android, iOS in JavaScript. What’s more, Reactjs is used to build components under React Native, and React Native implements Reactjs under their framework.

Read more

Snack EXPO nedir?

Exponent ekibinin yaptığı react-native ile online kod yazmayı mümkün kılan snack .expo projesi, react-native yazmak için en hızlı yol. https://snack .expo .io/ adresine girip hemen kodlamaya başlayabilirsiniz. Online emulator’de kodunuzun çıktısını görebilirsiniz.

Read more

React ta Component nedir ne işe yarar?

React Component (React Bileşeni) Componentler, uygulamanızı tekrar kullanılabilir parçalara ayırmanıza ve her bir parçayı ayrı ayrı düşünmenize izin verir. Bu bir buton, bir form, bir diyalog, bir ekran vb. gibi olabilir. 2 tür component vardır. Bunlar fonksiyon component ve class componenttır.

Read more