-
Redux Optimizations
A few optimization technique that I use to improve the overall experience of a user loading a React Redux application with code splitting and giving loading status updates on slow connections. Read More
-
JWT Based Authorization
The author implemented JWT-based authentication in a Redux application. They used a separate refresh token to obtain new authorization tokens when the current one expires. They encountered challenges with token storage, header configuration, and state management within Redux. The author recommends using a custom middleware or listener to handle token refresh and local storage interactions.… Read More


You must be logged in to post a comment.