DEV Community

collegewap profile picture

collegewap

404 bio not found

How to add favicon to a Next.js site?

How to add favicon to a Next.js site?

Comments
2 min read

Want to connect with collegewap?

Create an account to connect with collegewap. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Python If Else shorthand with examples

Python If Else shorthand with examples

1
Comments
1 min read
How to render array of components in React

How to render array of components in React

2
Comments
2 min read
How to use media queries in styled components

How to use media queries in styled components

4
Comments
2 min read
How to use Local Storage in Next.js

How to use Local Storage in Next.js

21
Comments 12
3 min read
How to add Google Analytics to Next.js app

How to add Google Analytics to Next.js app

8
Comments 4
3 min read
How to set port in Next.js

How to set port in Next.js

2
Comments
1 min read
How to set the document title in React?

How to set the document title in React?

5
Comments
1 min read
How to call async/await functions in parallel

How to call async/await functions in parallel

1
Comments
2 min read
How to deploy React application to Firebase

How to deploy React application to Firebase

1
Comments
2 min read
How to deploy React application to GitHub Pages

How to deploy React application to GitHub Pages

1
Comments
2 min read
How to deploy Node.js application to Google Cloud (App Engine)?

How to deploy Node.js application to Google Cloud (App Engine)?

5
Comments
3 min read
Web Scraping React Application using Node.js

Web Scraping React Application using Node.js

1
Comments
2 min read
How to save images to MongoDB in Node.js

How to save images to MongoDB in Node.js

4
Comments
5 min read
React fetch example - GET/POST/PUT/DELETE with API

React fetch example - GET/POST/PUT/DELETE with API

3
Comments
6 min read
React fetch data from API and display in a table

React fetch data from API and display in a table

2
Comments
2 min read
Fix: Cannot set headers after they are sent to the client

Fix: Cannot set headers after they are sent to the client

2
Comments 1
2 min read
How to remove node_modules?

How to remove node_modules?

2
Comments
1 min read
How to check if a file exists in Node.js?

How to check if a file exists in Node.js?

1
Comments
1 min read
How to get tomorrow's date in JavaScript?

How to get tomorrow's date in JavaScript?

1
Comments
1 min read
How to close a modal in React when clicked outside

How to close a modal in React when clicked outside

Comments
10 min read
How to find an object in an Array of objects in JavaScript

How to find an object in an Array of objects in JavaScript

Comments
2 min read
Programmatically Navigate Using React Router

Programmatically Navigate Using React Router

1
Comments
2 min read
How to make horizontal list in HTML using CSS

How to make horizontal list in HTML using CSS

Comments
2 min read
React Router: Get the current route

React Router: Get the current route

3
Comments
3 min read
How to align the footer with dynamic height to the bottom

How to align the footer with dynamic height to the bottom

Comments 1
3 min read
How to update npm dependencies to latest version

How to update npm dependencies to latest version

Comments
2 min read
How to make Axios POST requests in JavaScript

How to make Axios POST requests in JavaScript

Comments
2 min read
How to remove a specific item from an array in JavaScript

How to remove a specific item from an array in JavaScript

1
Comments 1
2 min read
React + Axios POST request example

React + Axios POST request example

1
Comments
1 min read
React + Axios POST request example

React + Axios POST request example

6
Comments
2 min read
How to check if a variable is defined in JavaScript

How to check if a variable is defined in JavaScript

5
Comments
1 min read
How to solve Infinity loop in React's useEffect?

How to solve Infinity loop in React's useEffect?

6
Comments 1
4 min read
How to delete an item from the state array in React?

How to delete an item from the state array in React?

19
Comments 3
2 min read
How to filter an Array of Objects in React?

How to filter an Array of Objects in React?

3
Comments 2
4 min read
Fix - Rendered fewer hooks than expected in React

Fix - Rendered fewer hooks than expected in React

6
Comments 3
1 min read
Fix - React Hook "useEffect" is called conditionally

Fix - React Hook "useEffect" is called conditionally

4
Comments
2 min read
Fix - React Hook "useState" is called conditionally

Fix - React Hook "useState" is called conditionally

1
Comments
1 min read
How to timeout fetch requests in JavaScript

How to timeout fetch requests in JavaScript

5
Comments
4 min read
How to call HTTP delete using axios in React

How to call HTTP delete using axios in React

3
Comments
2 min read
How to store and update objects in React useState hook

How to store and update objects in React useState hook

5
Comments
2 min read
How to fix - this.setState is not a function error in React

How to fix - this.setState is not a function error in React

4
Comments
3 min read
How to deploy React application to AWS Amplify (Amazon Web Services)?

How to deploy React application to AWS Amplify (Amazon Web Services)?

4
Comments
2 min read
How to deploy React application to Google Cloud (App Engine)?

How to deploy React application to Google Cloud (App Engine)?

3
Comments
5 min read
Why useEffect is running twice in React

Why useEffect is running twice in React

5
Comments
2 min read
What is the !! (not not) operator in JavaScript?

What is the !! (not not) operator in JavaScript?

23
Comments 7
2 min read
What are three dots (...) or spread operators in React

What are three dots (...) or spread operators in React

6
Comments
3 min read
Invariant Violation: Objects are not valid as a React child

Invariant Violation: Objects are not valid as a React child

6
Comments 1
2 min read
How to fix React Hook warnings for async functions in useEffect

How to fix React Hook warnings for async functions in useEffect

Comments
2 min read
How to fix "SyntaxError: Unexpected token < in JSON at position 0" and "Unexpected end of JSON input"

How to fix "SyntaxError: Unexpected token < in JSON at position 0" and "Unexpected end of JSON input"

Comments
2 min read
How to add script tag to React/JSX

How to add script tag to React/JSX

2
Comments 1
2 min read
React: Prevent state updates on unmounted components

React: Prevent state updates on unmounted components

6
Comments 1
7 min read
How to style React components using CSS

How to style React components using CSS

4
Comments
7 min read
How to work with radio buttons in React

How to work with radio buttons in React

13
Comments 2
2 min read
How to work with checkboxes in React

How to work with checkboxes in React

15
Comments
4 min read
How to focus a child component input from parent component in React

How to focus a child component input from parent component in React

1
Comments
2 min read
How to scroll into view in React

How to scroll into view in React

1
Comments
4 min read
How to get Query Parameters and URL Parameters in React

How to get Query Parameters and URL Parameters in React

5
Comments
4 min read
How to fill an array in JavaScript with initial values

How to fill an array in JavaScript with initial values

5
Comments
2 min read
How to store and update arrays in React useState hook

How to store and update arrays in React useState hook

12
Comments
7 min read
loading...