Onur Taşkıran LogoOnur Taskiran's Personal BlogOnur Taskiran Blog
HomeAboutProjectsServicesContact
HomeAboutProjectsServicesContact
Onur Taşkıran LogoOnur Taskiran's Personal BlogOnur Taskiran Blog
HomeAboutProjectsServicesContact
HomeAboutProjectsServicesContact

Posts tagged with "user-experience"

Dark Theme in React

Dark Theme in React

06 December 20234 min readWeb Programming

Dark mode is a display mode in which the user interface of a website or application is usually designed with dark colors instead of light colors. This mode is generally preferred in low light conditions or when users want to experience less eye strain. Users can usually choose their preferred mode.

#React#Dark Theme#UI Design+2 more
React Suspense

React Suspense

15 November 20232 min readWeb Programming

React Suspense is a powerful tool that can be used to enhance React applications for better performance and better user experience.To lazily load our components or incrementally load our application, we use a tool called suspense. React Suspense is a feature that allows React applications to better...

#React#React Suspense#Lazy Loading+3 more