React projesi nasıl başlatılır?

create-react -app filename komutu ile projeyi başlatabiliriz. Proje Server üzerinde başlatıldıktan sonra bize Local de localhost:3001 portunda çalıştırıldığını ve Network de ise Ip4 üzerinde 3001 portunda başladığını belirtiyor. ile bir React projesi oluşturulabilir.

Read more

JSX React nedir?

HTML ve JavaScript kodlarının ayrı dosyalarda tutularak teknolojilerin birbirinden yapay bir şekilde ayrılması yerine React , hem HTML hem de JavaScript kodu barındıran ve birbirine gevşek bir şekilde bağlı olan bileşenler (components) sayesinde ilgili işlerin ayrılmasını sağlar.

Read more

Is React easy?

React is a cool tool for web development, and as cool as it is, it’s very easy to learn . Learning it at the right time puts you at a higher advantage. To step up your web development career with React you can learn NextJS or Remix easily.

Read more