Learn how to use Redux in a modern way by taking advantage of Redux Toolkit and Redux Toolkit Query to reduce boilerplate code for managing shared state and server data.
VS Code extensions let you add tools to your VS Code installation to support your development workflow. This article covers the top five VS Code extensions to speed up your React app development process.
This article covers the mechanics of CSRF attacks and common countermeasures to help prevent them. Additionally, it explores how to use CSRF tokens in a modern Next.js application.
State management is a crucial aspect of working with React, and choosing a suitable state management tool is paramount. In this post, we will explore state management solutions beyond Redux and MobX.