DEV Community

JavaScript

Once relegated to the browser as one of the 3 core technologies of the web, JavaScript can now be found almost anywhere you find code. JavaScript developers move fast and push software development forward; they can be as opinionated as the frameworks they use, so let's keep it clean here and make it a place to learn from each other!

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Handling Network Status in Your React App

Handling Network Status in Your React App

14
Comments
2 min read
How to do copy to clipboard on DuckDuckGo Android programmatically

How to do copy to clipboard on DuckDuckGo Android programmatically

Comments
4 min read
20 JavaScript: Shorthand Techniques that will save your time

20 JavaScript: Shorthand Techniques that will save your time

Comments
5 min read
How do I get the data from useQuery in onSuccess callback?

How do I get the data from useQuery in onSuccess callback?

Comments 1
2 min read
20 JavaScript: Array Methods

20 JavaScript: Array Methods

5
Comments
5 min read
Using React without JSX == no build

Using React without JSX == no build

5
Comments 2
8 min read
Leetcode question 58 Length of Last Word js solution

Leetcode question 58 Length of Last Word js solution

2
Comments
2 min read
Is programming in TypeScript simply another excuse not to write test in JavaScript?

Is programming in TypeScript simply another excuse not to write test in JavaScript?

2
Comments 5
1 min read
Minimum Number of Arrows to Burst Balloons

Minimum Number of Arrows to Burst Balloons

Comments
1 min read
Using vue-clickaway for your dropdowns

Using vue-clickaway for your dropdowns

4
Comments
2 min read
Build a GPT3-powered Shopify app that generates product descriptions (15 min tutorial)

Build a GPT3-powered Shopify app that generates product descriptions (15 min tutorial)

2
Comments 1
3 min read
Gluon - A new Electron-like framework but with a new approach

Gluon - A new Electron-like framework but with a new approach

4
Comments 3
1 min read
How to useEffect hook in your React components

How to useEffect hook in your React components

3
Comments 1
5 min read
A Beginner's Guide to Javascript Promises - A Blog Post Written By ChatGPT

A Beginner's Guide to Javascript Promises - A Blog Post Written By ChatGPT

1
Comments
3 min read
18 Reasons to Use TypeScript Since Yesterday.

18 Reasons to Use TypeScript Since Yesterday.

3
Comments 1
10 min read
For...in Loops...demystified!

For...in Loops...demystified!

Comments
3 min read
So, why Server Components?

So, why Server Components?

18
Comments 3
13 min read
Welcome!

Welcome!

2
Comments 4
1 min read
Story of an IP Address Tracker App (a React.js App)

Story of an IP Address Tracker App (a React.js App)

3
Comments
10 min read
Build a custom video chat with ReactJS and ApiRTC

Build a custom video chat with ReactJS and ApiRTC

2
Comments
8 min read
SCOPE IN JAVASCRIPT

SCOPE IN JAVASCRIPT

8
Comments 2
4 min read
Fix: No QueryClient set, use QueryClientProvider to set one

Fix: No QueryClient set, use QueryClientProvider to set one

2
Comments 4
1 min read
Open-Closed Principle In React

Open-Closed Principle In React

2
Comments
3 min read
New Technology To Learn in 2023

New Technology To Learn in 2023

43
Comments 4
3 min read
Exploring Anime.js with an example site animation project

Exploring Anime.js with an example site animation project

7
Comments
12 min read
How to make Google's "Report issue" feedback form

How to make Google's "Report issue" feedback form

Comments
1 min read
Create an Easy Slider for an E-commerce Dashboard With Swiper.js

Create an Easy Slider for an E-commerce Dashboard With Swiper.js

3
Comments
5 min read
useDeferredValue() Hook - web dev simplified

useDeferredValue() Hook - web dev simplified

1
Comments
1 min read
A running sum

A running sum

Comments
2 min read
Learn JavaScript while Playing Games - Gamify Your Learning

Learn JavaScript while Playing Games - Gamify Your Learning

29
Comments
6 min read
How to trigger useQuery with a button click - React Query

How to trigger useQuery with a button click - React Query

7
Comments
1 min read
zoetic-xumm, A template xApp for XRP and xumm

zoetic-xumm, A template xApp for XRP and xumm

1
Comments
5 min read
Integration testing Passwordless authentication with Playwright

Integration testing Passwordless authentication with Playwright

2
Comments
5 min read
useTransition - Web Dev Simplified

useTransition - Web Dev Simplified

1
Comments
1 min read
How "this" Works

How "this" Works

Comments
5 min read
Why JavaScript Developers Should Learn Node.js and Backend Databases

Why JavaScript Developers Should Learn Node.js and Backend Databases

30
Comments
3 min read
Arrow function explained simply

Arrow function explained simply

Comments
1 min read
Module Federation Shared API

Module Federation Shared API

19
Comments
5 min read
Regex #1: Understanding Regex, Regex-Based String Methods and Regex Flags

Regex #1: Understanding Regex, Regex-Based String Methods and Regex Flags

Comments
4 min read
TYPESCRIPT IN RAMEN (Making a new Javascript Framework)!!

TYPESCRIPT IN RAMEN (Making a new Javascript Framework)!!

5
Comments
1 min read
How to pass parameters to useQuery using Axios

How to pass parameters to useQuery using Axios

Comments
1 min read
forEach, a JavaScript Iterator

forEach, a JavaScript Iterator

2
Comments 2
2 min read
Top 10+ Best React Native UI Components for Mobile App Development

Top 10+ Best React Native UI Components for Mobile App Development

8
Comments
19 min read
Entendendo sobre Callback Hell em JavaScript

Entendendo sobre Callback Hell em JavaScript

1
Comments
3 min read
Connect Your Node.js Project to MySQL Database Locally

Connect Your Node.js Project to MySQL Database Locally

Comments
2 min read
Datepicker Bootstrap 5

Datepicker Bootstrap 5

4
Comments
2 min read
Why Cookie is preferable compared to localStorage when it comes to authentication

Why Cookie is preferable compared to localStorage when it comes to authentication

227
Comments 20
2 min read
How to use Redux for State Management in your React application

How to use Redux for State Management in your React application

1
Comments
2 min read
Beginner knowledge | how website works?

Beginner knowledge | how website works?

2
Comments
3 min read
How to Build a Telegram Bot using Typescript & Node.js

How to Build a Telegram Bot using Typescript & Node.js

48
Comments 2
10 min read
Weekly web development resources #131

Weekly web development resources #131

6
Comments
2 min read
Using Node.js to steal £10,000: Introduction

Using Node.js to steal £10,000: Introduction

3
Comments
1 min read
Which Framework is Most Suitable for Your Project or Learning in 2023: Angular vs React vs Vue

Which Framework is Most Suitable for Your Project or Learning in 2023: Angular vs React vs Vue

3
Comments 1
5 min read
A Beginner's Guide to Variable Declarations in JavaScript: When to Use const, let, and var

A Beginner's Guide to Variable Declarations in JavaScript: When to Use const, let, and var

6
Comments
2 min read
Immutability: what a monster...

Immutability: what a monster...

48
Comments 9
5 min read
4 Ways to create an object in JS

4 Ways to create an object in JS

1
Comments
1 min read
How to Write a Recursive Function in JavaScript for Beginners

How to Write a Recursive Function in JavaScript for Beginners

18
Comments 3
10 min read
How to create custom Decorator for Circuit Breaker in Typescript/Javascript Applications

How to create custom Decorator for Circuit Breaker in Typescript/Javascript Applications

2
Comments
2 min read
Fake Data API

Fake Data API

3
Comments
1 min read
6 Array methods every JavaScript developer must know

6 Array methods every JavaScript developer must know

4
Comments
5 min read
loading...