Bir Dübüşün Hatıra Defteri

What is a stateful component in React?
What is a stateful component in React?

A stateful component is a component whose behavior depends on its state. This means...

18 Ekim 2021
What is the difference between null and undefined?
What is the difference between null and undefined?

In JavaScript, two values discretely represent nothing - undefined and null. The concrete difference between...

01 Ocak 2022
What is a key? What are the benefits of using it in lists?
What is a key? What are the benefits of using it in lists?

Keys are a special string attribute that helps React identify which items have been changed...

11 Ekim 2021
What is REST?
What is REST?

REST (REpresentational State Transfer) is a software design pattern for network architecture. A RESTful web...

12 Aralık 2021