From Chaos to Control: Nx Monorepo Over Four VersionsI’ve been using Nx for the past two years, starting from version 16. Today, it’s at version 20, and I’ve had the chance to use it across…2d ago2d ago
Build Smart: Choosing the Right Backend and Frontend for Your StartupA Practical Guide to Selecting the Best Tech Stack for Scalability, Cost, and GrowthMar 231Mar 231
Asynchronous Action Handling in React: Thunk vs SagaIn the world of React, managing the state of an application and its asynchronous actions can become quite complex. That’s where the concept…Feb 1, 2023Feb 1, 2023
Improving Performance and Scalability with Dynamic Importing of React Redux ReducersCode splitting is a technique used to improve the performance of web applications by loading only the necessary code for a specific page or…Jan 25, 20231Jan 25, 20231
Published inBetter ProgrammingHow to Manage React State Without Redux by Using Context HooksHow to remove Redux from your appMay 25, 2020May 25, 2020
feathersjs with es6 import/exportUse es6 import/export syntax in feathersjs by using babeljs.Feb 24, 20201Feb 24, 20201