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

Web Programming Posts

Using Tailwind CSS in React

Using Tailwind CSS in React

07 February 20244 min readWeb Programming

Tailwind reduces the need to write custom CSS and increases the customizability of the project. With benefits like responsive design, dynamic and reusable classes, consistency, and broad community support, Tailwind is a popular choice in modern web development. Tailwind reduces the file size of the project and

#Tailwind CSS#React#CSS Framework+3 more
React Query

React Query

07 December 20239 min readWeb Programming

React Query is an easy-to-use tool, especially in applications that require complex state management and asynchronous data exchange. The library offers a number of features to optimize data management processes in React applications. React Query facilitates operations such as fetching data...

#React#React Query#State Management+3 more
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
Pushing Code to Github

Pushing Code to Github

02 December 20233 min readWeb Programming

Managing software development projects and collaborating with other software developers is very important. Using GitHub for managing and collaborating on projects is very popular. GitHub allows users to host their projects, perform version control, and collaborate with other users. GitHub is a common collaboration platform...

#GitHub#Version Control#Collaboration+3 more
How to use Axios with React

How to use Axios with React

18 November 20235 min readWeb Programming

Axios is not a part of React; it can be used with any frontend framework. Axios is not your only option, but it is certainly one of the most popular. You can customize it according to your project's needs by using each of Axios's fundamental HTTP methods. Axios is a popular JavaScript library used for making HTTP requests...

#React#Axios#HTTP Requests+3 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
Previous1234...8Next