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 "react"

React with Redux From Counter to Shopping Cart

React with Redux From Counter to Shopping Cart

11 September 20247 min readWeb Programming

Redux is a powerful tool for managing state in React applications. In this guide, we'll start simple with a basic counter to help you get a grip on Redux's core concepts Then, we’ll take things up a notch and build a more complex shopping cart application step-by-step.

#React#Redux#State Management+3 more
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
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
Previous123Next