Dinesh Imaduwa Gamage
Daminda Dinesh

Daminda Dinesh

Follow
homejavascriptJS frameworks & librarieswordpresswoocommercecssmisc
Series

JS frameworks & Libraries


Articles in this series

How to integrate Apollo client with React

Jun 16, 202314 min read

If you have some experience working with GraphQL servers and GraphQL query language, you must have used GraphQL playgrounds on localhost or online. On...

How to integrate Apollo client with React

How to implement nested Routes in React Router V6

Apr 28, 20238 min read

What are nested routes? Nested routes in React Router are a way of defining routes in a hierarchical manner. In this arrangement, a route( parent...

How to implement nested Routes in React Router V6

How to manage server state with React Query

Apr 18, 202310 min read

React Query is a library that simplifies the process of managing data fetching and caching in React applications. It provides a set of tools and...

How to manage server state with React Query

How to create React functional components in TypeScript

Feb 24, 20234 min read

TypeScript is a superset of JavaScript. Unlike JavaScript, Which is dynamically typed, it is statically typed. This means you will know the types of...

How to create React functional components in TypeScript

Lazy React makes code-splitting easy

Jan 27, 20235 min read

React.lazy and Suspense make React developer life easy. React.lazy helps in code-splitting and Suspense backup React.lazy in loading state. Before, we...

Lazy React makes code-splitting easy

How to use webhook in Next.js On-Demand ISR

Oct 7, 202216 min read

What are webhooks? A webhook is a way for an application to communicate with other external applications. Apps use webhooks to send automated messages...

How to use webhook in Next.js On-Demand ISR