Burak Saraloglu

Results 2 issues of Burak Saraloglu

Hi, on the documentation ([Doc Link](https://atomizecode.com/docs/react/theme)), example code for customizing container widths is like this: ` const theme = { grid: { containerWidth: { xs: "540px", sm: "720px", md: "960px",...

Şu anki halinde, sayfayı initial render olarak boş array'i mapliyor. İlk renderdan sonra useEffect devreye girip json'dan gelen Banners datasını state'e atıyor. Bu da 2. render'ı tetikliyor. Güncelleme yaptığım yöntemle...