MaXEster Technologies  | Technical Blog
  • HOME
  • ABOUT US
  • SERVICES
    • PHP WEB APPS
      • Codeigniter
      • Laravel
      • Zend
      • Cakephp
      • WordPress
      • Drupal
      • Magento
      • Opencart
    • MOBILE APP
      • Ios
      • Android App
      • Android Games
    • DESIGNING
      • Responsive Design
      • Logo Design
      • PSD to HTML
    • DIGITAL MARKETING
      • PAY PER CLICK DEVELOPMENT
      • Search Engine Optimization
      • Social Media Optimization
      • E-mail Marketing
      • Content Marketing
  • PORTFOLIO
  • CONTACT US
  • Blog

Month: December 2023

How to use usememo hook in React Js?

December 30, 2023December 30, 2023 Mayank JhaReact JsLeave a Comment on How to use usememo hook in React Js?

useMemo() is an another hook in react js, which is used for the optimization purposes. It is similar to useCallback() hook, but the difference is that the useCallback() hook memoizes the function definition, whereas the useMem() hook memoizes the value.…

Read More→

How to useCallback() in React Js?

December 25, 2023December 25, 2023 Mayank JhaReact JsLeave a Comment on How to useCallback() in React Js?

useCallback() is a hook in react js, which is used for the optimization purposes. As we know when the component re-renders all the functions defined inside it, will be created again. To avoid this we have a inbuilt hook, which…

Read More→

Way to Implement Conditionals in React JS

December 21, 2023December 21, 2023 Mayank JhaReact JsLeave a Comment on Way to Implement Conditionals in React JS

Conditional expressions in react js are used to render the components or the elements of components according to the conditions. For example, if your cart is empty then show “Your cart is empty” else show the cart items. 1. Logical…

Read More→

How to use CSS in React JS?

December 20, 2023December 21, 2023 Mayank JhaReact JsLeave a Comment on How to use CSS in React JS?

A plain react js website without any styling will not look attractive. For a beautiful looking website, we need to add styles in that and that we can do using CSS. In React Js we can add css using 3…

Read More→

How to use React Router DOM in React Js?

December 19, 2023December 19, 2023 Mayank JhaReact JsLeave a Comment on How to use React Router DOM in React Js?

React router is used to facilitate the routing inside the react application. React js doesn’t have inbuilt routing capabilities. So we use a npm package named react router dom. To install it, simply write the below given command in the…

Read More→

What is Hooks in React JS?

December 16, 2023December 16, 2023 Mayank JhaReact JsLeave a Comment on What is Hooks in React JS?

Hooks in react js are functions, which let you to use state inside the functional components. Hooks are used to associate the state to the functional component. Before the hooks were introduced, if we wanted to use the states in…

Read More→

What is Events React JS?

December 14, 2023December 14, 2023 Mayank JhaReact JsLeave a Comment on What is Events React JS?

Events in react js are similar to HTML events. Events are any user action that handles any type of functionalities. For example, in windows 10, double clicking opens the application or a file. Events in react js are of many…

Read More→

What is Props in React JS?

December 13, 2023December 13, 2023 Mayank JhaReact JsLeave a Comment on What is Props in React JS?

As we know, the components in react js are simple javascript functions, which returns the JSX code. We can pass parameters to these component functions, which are called props. Props stands for properties. Props are the actual parameters passed to…

Read More→

What is JSX in React Js?

December 12, 2023December 12, 2023 Mayank JhaReact JsLeave a Comment on What is JSX in React Js?

JSX stands for JavaScript XML. JSX helps us to write HTML code inside the JavaScript code. JSX was introduced with ES6. Any component that we will use in React JS will use JSX. Example :- You can or can’t use…

Read More→

What is Components in React JS?

December 8, 2023December 8, 2023 Mayank JhaReact JsLeave a Comment on What is Components in React JS?

What is component? Components in React JS are the basic building blocks, which are used to create the UI. Using components we can divide the whole website in multiple parts, which make the code debugging and maintenance a lot easier.…

Read More→

Posts navigation

1 2 Next

Archives

  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • July 2023
  • June 2023
  • January 2023
  • June 2021
  • September 2020
  • August 2020
  • July 2020
  • May 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019

Categories

Recent Posts

  • Using Components as Templates in React JS
  • Horizontal and Vertical Scaling In React JS
  • What is Load Balancing?
  • req and res objects in Express Js
  • Difference between Sessions and Cookies
Copyright ©MaXEster Copyright 2024. All Rights Reserved.
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
SettingsAccept
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT
  • b
  • a
  • c
  • j
  • F