Author: Pushpendra

How to integrate RTK query with next js app

Reading Time: 3 minutes Introduction RTK Query is a powerful data fetching and caching tool. It is designed to simplify cases for loading data in a web application, eliminating the need to write extra code for data fetching and caching logic. Its functionality is similar to that of react queries, but it can be integrated directly with Redux. In this blog we will learn how to integrate rtk query with Continue Reading

How data flow in React-Redux app

Reading Time: 4 minutes Introduction Today React JS is one of the most popular javascript framework library because it is so simple to code in react js and make web applications, but in the big react project we have to also use the redux to manage the states of our application. Starting with react-redux can be challenging and painful for the beginner’s and the most tricky thing in react-redux Continue Reading