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 "data-fetching"

Leveraging Server Actions in Next.js 15 for Modern Web Development

Leveraging Server Actions in Next.js 15 for Modern Web Development

21 January 20255 min readWeb Programming

Next.js 15 enhances the Server Actions feature introduced in version 13, making server-side data handling and form management more efficient than ever. This guide covers the basics, real-world use cases, and comparisons with other methods.

#Next.js#Server Actions#Data Fetching
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
React useEffect Hooks

React useEffect Hooks

02 June 20233 min readWeb Programming

When it comes to using effects hook in React it allows us to perform side effect in function component. UseEffect lets you perform data fetching, updating the DOM directly, timers, and side effects such as state or variable changes in your components. useEffect is one of the most used hooks in react applications.

#React#useEffect Hook#Side Effects+3 more