Lance

Lance

Lance is a software engineer with over 15 years of experience in full-stack software development.

Posts by Lance

How to access the previous props in React Js

How to access the previous props in React Js

This article explains how to access previous props in both functional and class components
November 6, 2022
useRef vs. regular variable in React Js

useRef vs. regular variable in React Js

Let's explore the difference between useRef vs. regular variable in React Js.
October 30, 2022
Accessing the previous state in React Js

Accessing the previous state in React Js

This article explains how to access and work with the previous state in React Js
October 29, 2022
Implementing componentDidUpdate in React Hooks

Implementing componentDidUpdate in React Hooks

This article explains how to implement the componentDidUpdate lifecycle method in React Hooks
October 29, 2022
Implementing componentDidMount in React Hooks

Implementing componentDidMount in React Hooks

This article explains how to implement componentDidMount() in React Hooks
October 23, 2022
Implementing componentWillUnmount in React Hooks

Implementing componentWillUnmount in React Hooks

This article explains how to implement componentWillUnmount() in React Hooks
October 23, 2022
Apply multiple css classes dynamically in React Js

Apply multiple css classes dynamically in React Js

How to apply multiple css classes dynamically in React Js
October 18, 2022
React Js forEach vs map in JSX

React Js forEach vs map in JSX

When to use Array.map and Array.forEach when rendering JSX
October 16, 2022
How to use bootstrap with React Js

How to use bootstrap with React Js

How to integrate bootstrap with React Js
October 14, 2022
Document parsing with Jsoup

Document parsing with Jsoup

jsoup is a Java library to work with HTML and XML markups. jsoup provides an API to extract and manipulate markup data, allowing us to scrape and parse HTML and XML from a URL, fil...
October 9, 2022