Skip to content
Menu
Rohit Naik Kundaikar
  • Home
  • Contact
Rohit Naik Kundaikar

Category: ReactJS

React Best Practices for Performance and Maintainability

Posted on January 25, 2024July 19, 2025 by Rohit Naik Kundaikar

Building efficient and scalable React applications requires more than just knowing the syntax. Adhering to certain best practices can significantly improve your app’s performance, maintainability, and readability. This post will cover some crucial techniques to optimize your React development workflow. 1. Function Recreation: Utilizing useCallback In React, whenever a component re-renders, all functions declared within…

+
Best Practice, ReactJS

Boost Your React App with These Optimization Techniques

Posted on January 21, 2024July 19, 2025 by Rohit Naik Kundaikar

Building fast, maintainable, and scalable React applications requires a thoughtful approach to various aspects of development. From managing state to handling API calls and styling, every choice can impact performance and developer experience. Here’s a look at key strategies to level up your React projects. Custom Hooks: Reusable Logic at Your Fingertips Custom Hooks are…

+
Best Practice, ReactJS, Vite

Redux Toolkit

Posted on September 24, 2021September 24, 2021 by Rohit Naik Kundaikar

First thoughts, not as simple as MobX, but far, far better than using Redux. Yes, Redux Toolkit is much simpler to use than Redux, it overcomes the common issues of using Redux such as. Configuring the redux store is much complicated and often leads to errors. You need to use a lot of add-on libraries…

+
Javascript, ReactJS, Redux Toolkit

React MobX Store

Posted on July 16, 2021July 16, 2021 by Rohit Naik Kundaikar

MobX is the best and most easy way of implementing a store in react project, it is so simple that you will never use redux in your life again. Unless you are told to do so at gunpoint. There are two ways of implementing MobX one using decorators and the other without it. However MobX…

+
MobX, ReactJS

React Context

Posted on July 14, 2021 by Rohit Naik Kundaikar

Context provides a way to pass data from the root component to any child components without having to pass it manually as a relay from component to component. Thus solving the prop drilling issue, also context comes in handy while passing a store across the application. For example, If you are using a third-party store…

+
Context, ReactJS

How to add MobX state management in React project

Posted on September 25, 2020September 26, 2020 by Rohit Naik Kundaikar

In this article you will get to know how your life as React developer could be easier if you simply switch to MobX from Redux. With the introduction of React-Context and increasing use of MobX in react application, I really hope that one day Redux bubble bursts. All of that being said, let’s begin with…

+
MobX, ReactJS

How To Setup React Project With Babel and Webpack

Posted on September 23, 2020September 26, 2020 by Rohit Naik Kundaikar

What is Webpack ? Webpack is a tool that bundles your modern day JavaScript application with multiple file imports like in case of React project into a single or in some cases multiple JS bundle files. for example Let’s start with the setup, first you will have to create node project. Open your package.json file…

+
ReactJS, Webpack

Recent Posts

  • Mastering Clean Code: A Deep Dive into SOLID Principles
  • Building a Context-Aware Q&A System with LangChain.js and Web Scraping
  • TypeScript Best Practices for React
  • Vite Micro Frontend
  • React Best Practices for Performance and Maintainability

Recent Comments

    Archives

    • July 2025
    • August 2024
    • January 2024
    • September 2021
    • July 2021
    • June 2021
    • May 2021
    • April 2021
    • December 2020
    • November 2020
    • October 2020
    • September 2020

    Categories

    • Angular
    • API
    • Best Practice
    • Compiler
    • Context
    • DevOps
    • Docker
    • FAANG
    • Forms
    • Good Coding Habits
    • GraphQL
    • Java
    • Javascript
    • LangChain
    • LLM
    • Machine Learning
    • MobX
    • Python
    • ReactJS
    • Redux Toolkit
    • Spring Boot
    • Typescript
    • Uncategorized
    • Vite
    • Webpack
    ©2025 Rohit Naik Kundaikar | Powered by WordPress & Superb Themes