Raunaq

@chauhanraunaq878

420 Points 5 Followers

6 Posts

0 Answers

Front-End Developer

Raunaq · 3 years ago

How to fetch a pull request locally and test it out before merging

Introduction In this post, we'll learn how to fetch a pull request locally and test it out before merging it into our project repository. We can also make changes to it if required and push...
4

Raunaq · 3 years ago

Understanding the React useRef() Hook

Introduction In this post, we'll look at the useRef() hook that provides a way to directly access a DOM node. We'll also look at scenarios where we can use the value of the reference returne...
4

Raunaq · 3 years ago

Command Line Job Search Application using Node.js

Introduction In this post, we'll build a command line job search application using Node. It's a JavaScript runtime that allows the JavaScript code to run outside the browser. We'll use the G...
3

Raunaq · 3 years ago

Understanding the React useEffect() Hook

Introduction In the previous post, we looked at the useState() Hook that adds state to a functional component. We learned how to initialize, update and access state variables in a functional...
8

Raunaq · 3 years ago

Understanding the React useState() Hook

Introduction Hooks were introduced in React v16.8.0. Prior to that, if we had written a functional component and wanted to add state or make use of lifecycle methods to perform operations su...
6

Raunaq · 3 years ago

Git stash - Store your uncommitted changes aside to work on it later

Introduction In this post, we'll be looking at the git stash command and its usage. We come across situations in our development work where we are in the middle of a task with quite a good a...
7

Loading More Content