SMSuvankar Majumderinsuvankar.xyz·Dec 17, 2022 · 3 min readDesktop application with Electron & React (CRA)When it comes to building cross-platform Desktop applications with Javascript, Electron is one of the most reliable choices for developers. In this post, we will learn to create a production-ready configuration of React with Electron. To begin with w...00
SMSuvankar Majumderinsuvankar.xyz·Dec 17, 2022 · 2 min readSmarter state management with Redux Toolkit (RTK)Redux is one of the most sought-after tools for state management in React and React Native applications. But one of the major issues developers especially beginners face is the amount of boilerplate and unnecessary code that is required to set up Red...00