Kunal Mishrakunalmishra.hashnode.dev·Jun 28, 2023What is Redux thunk in React?In React, Redux Thunk is a middleware that allows asynchronous actions to be dispatched in Redux. It provides a way to handle complex asynchronous logic, such as making API calls, in a more organized and manageable manner within a Redux application. ...Discuss·27 readsReact Certification
Kusum Bhattkusumbhatt.hashnode.dev·Jun 23, 2023What is React Router?React Router is a popular library in the React ecosystem that enables routing capabilities in React applications. It provides a declarative way to handle navigation and routing within a single-page application (SPA). In a single-page application, the...Discuss·28 readsReact