PinnedMastering Redux Toolkit: A Step-by-Step Tutorial for New Developers.In the world of building large applications, one of the biggest challenges, especially for teams of developers, is managing the state. While the Context API is useful, it has its limits, especially for applications with many features. To address this...Apr 22, 2023·8 min read·899
HTTP-Only Cookies Authentication with Next.jsGreeting! folks, If you don't want to save your JWT token on the client side then I believe that's why you're here, So welcome. In this article am going to show you how to handle authentication, JWT & HttpOnly Cookies with Next.js. This example will ...Sep 23, 2022·15 min read·4.2K