• React lets you build user interfaces out of individual pieces called components. Create your own React components like Thumbnail, LikeButton, and Video.
  • React, baştan sona aşamalı olarak benimsenmesi için tasarlandı. React’i ihtiyacınız kadar az veya daha fazla kullanabilirsiniz.
  • Your components tell React what you want to render – then React will efficiently update and render just the right components when your data changes.
  • It’s popular because it’s cool. Most React introductions jump right into showing you examples of how to use React, and skip the “why”.
  • Native development for everyone. React Native lets you create truly native apps and doesn't compromise your users' experiences.
  • The easiest way to learn React. Learn in an interactive environment. Understand how React works not just how to build with React.
  • The techniques you’ll learn in the tutorial are fundamental to building any React apps, and mastering it will give you a deep understanding of React.
  • Ancak React de tam olarak böyle çalışır. Bir DOM node’unun temcilsini oluşturmak React’de Element fonksiyonunu oluşturmakla yapılabilir.
  • Create React App is an officially supported way to create single-page React applications. It offers a modern build setup with no configuration.
  • React, gerçekten geniş yelpazeli bir konu olduğu için bu yazıda React’ın mantığı ve işleyişi üzerine giriş seviyesinde bir yazı ile başlamayı uygun gördüm.