Javascript

Unlocking the Power of React Context API: Demystifying State Management
- Mohammad Abu Mattar
- ReactJS , State Management , Frontend Development , Next.js , JavaScript
- Published: 14 Oct, 2023
Introduction In the ever-evolving realm of web development, the effective management of application state is a pivotal aspect that can either elevate or hinder your project's success. In this cont
read more
Run TypeScript Without Compiling
- Mohammad Abu Mattar
- TypeScript , Node.js , JavaScript , Development Tools
- Published: 02 Dec, 2022
Introduction In this post, I will show you how to run TypeScript without compiling it to JavaScript. This is useful for debugging and testing. In this post, I will show you how to do it. Setup
read more
React With Redux Toolkit
- Mohammad Abu Mattar
- ReactJS , Redux , State Management , Frontend Development
- Published: 02 Dec, 2022
Prerequisites This post assumes that you have a basic understanding of React and Redux. and it will be better if you have some experience with React Hooks like useReducer. Introduction Nowa
read more