Murat Güney·May 31, 2021Dynamic Component Generation in React! Creating A Page with JSON!How create a component dynamically? How to make a component generic? How to render a component from props? How to create a page from JSON…
Murat Güney·May 30, 2021React-Key What-Why-How?There is a special prop called “Key“ in React but what is that? What does it do? Why should we know it?.
Murat Güney·May 29, 2021React-useRef, What-Why-How?With React 16.8 we have met with hooks and some methods that we have used before were replaced with them. One of those is “useRef”. There…
Murat Güney·May 24, 2021React 16 Context Unwanted RerenderSince React 16.8 came into our lives, everything has changed a lot. With the concepts, we call “Hook”, writing components become much…