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.
useEffect hook functional component in reactjs

useEffect hook functional component in reactjs

10
Comments
1 min read
Recursion Recursion Recursion

Recursion Recursion Recursion

47
Comments 6
3 min read
Dashboard to track the Coronavirus Disease (COVID-19) Statistics using the Lightning Web Component.

Dashboard to track the Coronavirus Disease (COVID-19) Statistics using the Lightning Web Component.

19
Comments 1
1 min read
jquery-particles v1.10.3 released

jquery-particles v1.10.3 released

5
Comments
1 min read
What's the proper way to move website to a new address?

What's the proper way to move website to a new address?

39
Comments 17
1 min read
Projects starred by Dan Abramov in the past year

Projects starred by Dan Abramov in the past year

10
Comments 1
6 min read
How to get a React JS job in 2020 ?

How to get a React JS job in 2020 ?

93
Comments 12
7 min read
Refactoring an Editable React Form with Hooks

Refactoring an Editable React Form with Hooks

19
Comments
7 min read
Poll: Do you know in JavaScript, what `a == null` is for, exactly?

Poll: Do you know in JavaScript, what `a == null` is for, exactly?

5
Comments 3
1 min read
Handle money with JS

Handle money with JS

50
Comments 1
5 min read
Manufacturing Sadness With CSS Classes

Manufacturing Sadness With CSS Classes

13
Comments
11 min read
I built an AI Tool to detect your facial expressions while you watch a video!

I built an AI Tool to detect your facial expressions while you watch a video!

50
Comments 2
2 min read
An introduction to Angular 9 Ivy Compiler

An introduction to Angular 9 Ivy Compiler

97
Comments 3
14 min read
I developed a Windows 95 theme Pokédex with React

I developed a Windows 95 theme Pokédex with React

90
Comments 13
1 min read
Build a Expense Tracker app with React Hooks and LocalStorage API

Build a Expense Tracker app with React Hooks and LocalStorage API

145
Comments 3
13 min read
Introspect navbar, Visualize hero | Module Monday 76

Introspect navbar, Visualize hero | Module Monday 76

10
Comments
2 min read
Updating Dependencies While Keeping package.json and yarn.lock in Sync

Updating Dependencies While Keeping package.json and yarn.lock in Sync

7
Comments 4
4 min read
What is AJAX?

What is AJAX?

12
Comments
2 min read
SlimIO Tool #1 - psp

SlimIO Tool #1 - psp

8
Comments
4 min read
You cannot learn everything

You cannot learn everything

8
Comments 2
2 min read
What’s new in React Router v6

What’s new in React Router v6

173
Comments 6
4 min read
7 Python basics for JavaScript engineers

7 Python basics for JavaScript engineers

9
Comments 1
4 min read
Cloning an item on drag using interact.js

Cloning an item on drag using interact.js

13
Comments 1
2 min read
Unpopular opinions

Unpopular opinions

31
Comments 74
1 min read
VueJS Basics

VueJS Basics

76
Comments 7
4 min read
Check if a JavaScript Object is Empty

Check if a JavaScript Object is Empty

11
Comments
1 min read
Is Automated Browser Testing A Must For Modern Web Development?

Is Automated Browser Testing A Must For Modern Web Development?

18
Comments 2
12 min read
Adventures in Horrible No Good Very Bad Variable Names

Adventures in Horrible No Good Very Bad Variable Names

10
Comments
11 min read
Calculate PI by throwing darts… in JavaScript

Calculate PI by throwing darts… in JavaScript

6
Comments
3 min read
TicTacToe v.3 with multiple options

TicTacToe v.3 with multiple options

5
Comments 4
1 min read
State Switching..!

State Switching..!

4
Comments
2 min read
CodeToday: "Convert string to camel case" algorithm, CodeWars

CodeToday: "Convert string to camel case" algorithm, CodeWars

15
Comments
5 min read
Vue JS: Draggable div

Vue JS: Draggable div

77
Comments 7
2 min read
Angular custom elements - introduction

Angular custom elements - introduction

9
Comments
2 min read
JavaScript Reduce method

JavaScript Reduce method

11
Comments
2 min read
Using React-dnd to create a Tower of Hanoi game

Using React-dnd to create a Tower of Hanoi game

8
Comments
13 min read
Our Duty, The Decision

Our Duty, The Decision

5
Comments 1
4 min read
Bringing this 2-D Nebula Drawing to Life With Code

Bringing this 2-D Nebula Drawing to Life With Code

10
Comments 1
3 min read
React - setState is not a function

React - setState is not a function

42
Comments 2
5 min read
Jordan Scrapes Secretary of States: Washington

Jordan Scrapes Secretary of States: Washington

4
Comments
4 min read
Vue advanced tricks cheat sheet

Vue advanced tricks cheat sheet

143
Comments 6
3 min read
Shallow rendering & React Hooks. And why shallow rendering is good

Shallow rendering & React Hooks. And why shallow rendering is good

38
Comments 4
5 min read
Getting started Koa in NodeJS

Getting started Koa in NodeJS

7
Comments
3 min read
Recreate: Spotify (part 4) - Home page

Recreate: Spotify (part 4) - Home page

33
Comments
4 min read
Reordering elements on an HTML form using Vanila JS: what's the best practice in terms of performance?

Reordering elements on an HTML form using Vanila JS: what's the best practice in terms of performance?

6
Comments
2 min read
Random colour with JavaScript

Random colour with JavaScript

14
Comments 8
1 min read
Graphs

Graphs

6
Comments
3 min read
How to install Tailwind CSS Version 1.2

How to install Tailwind CSS Version 1.2

15
Comments 1
3 min read
Visualizing Sorting Algorithms with Images

Visualizing Sorting Algorithms with Images

8
Comments
6 min read
Beginners Guide: Hash Tables

Beginners Guide: Hash Tables

8
Comments 1
4 min read
Using eslint to its fullest -- and introducing 🛠️lint-fix-nodemon!

Using eslint to its fullest -- and introducing 🛠️lint-fix-nodemon!

17
Comments
6 min read
Visualizing COVID-19 data - Part-1

Visualizing COVID-19 data - Part-1

4
Comments
1 min read
tsParticles v1.10.3 released

tsParticles v1.10.3 released

4
Comments
1 min read
React Work Phases

React Work Phases

10
Comments 1
2 min read
Good first issue in tsParticles

Good first issue in tsParticles

4
Comments
1 min read
Adding a night mode to your web app in pure CSS and JavaScript

Adding a night mode to your web app in pure CSS and JavaScript

6
Comments
4 min read
Opening a new window from a Firefox Add-On

Opening a new window from a Firefox Add-On

5
Comments
2 min read
5 Rules for a cleaner code

5 Rules for a cleaner code

15
Comments
6 min read
Best way to get all prime numbers (Sieve of Eratosthenes)

Best way to get all prime numbers (Sieve of Eratosthenes)

5
Comments 2
4 min read
Appy Dev

Appy Dev

10
Comments
1 min read
loading...