Handling Bearer Tokens in Axios for React Projects
When building a React application, Axios is a popular choice for managing HTTP requests. It…
React Hooks: useEffect, useCallback, useMemo, and useRef – When & How to Use Them
React Hooks let function components manage state and side effects while keeping code concise and…
Redux Saga: Middleware
As we discussed in a previous post, Redux is synchronous by nature. To handle asynchronous…
Redux: ReactJS via HOC & Hooks
Redux as we know is the global state manager, which can be used with Javascript…