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.
Web Components with Dojo

Web Components with Dojo

10
Comments
3 min read
Build a Lead Generator in 5 Minutes with Typeform, Clearbit, Airtable and Standard Library

Build a Lead Generator in 5 Minutes with Typeform, Clearbit, Airtable and Standard Library

14
Comments 9
5 min read
JSON, JSON, JSON

JSON, JSON, JSON

60
Comments 12
5 min read
Pure Array Modifications: Plain JavaScript vs. Modern JavaScript

Pure Array Modifications: Plain JavaScript vs. Modern JavaScript

16
Comments 8
3 min read
Review. Event dispatcher based on the CustomEvent interface

Review. Event dispatcher based on the CustomEvent interface

15
Comments 8
1 min read
ESLint seems useless to me. Should I use it?

ESLint seems useless to me. Should I use it?

52
Comments 12
3 min read
What's the minimum amount of JavaScript can a web application get away with?

What's the minimum amount of JavaScript can a web application get away with?

16
Comments 11
3 min read
Learn ES6 without leaving Dev.to

Learn ES6 without leaving Dev.to

708
Comments 29
3 min read
JavaScript typeof

JavaScript typeof

10
Comments 1
9 min read
Code Talk - September 2018

Code Talk - September 2018

44
Comments
3 min read
How Do Objects Work In JavaScript?

How Do Objects Work In JavaScript?

17
Comments 4
2 min read
Build a Simple API Service with Express and GraphQL

Build a Simple API Service with Express and GraphQL

19
Comments
12 min read
Make a React dev-environment with your own hands

Make a React dev-environment with your own hands

15
Comments 1
5 min read
An Introduction To Using Gatsby Image & Gatsby.js V2

An Introduction To Using Gatsby Image & Gatsby.js V2

58
Comments 4
6 min read
Techniques for animating on the canvas in React

Techniques for animating on the canvas in React

15
Comments
5 min read
Why JavaScript is an OOP Language (Even Though It Doesn't Have Classes)

Why JavaScript is an OOP Language (Even Though It Doesn't Have Classes)

54
Comments 9
1 min read
Module Monday 14: Gallery 5-panel, Code displayer, Elegant form & more

Module Monday 14: Gallery 5-panel, Code displayer, Elegant form & more

13
Comments
2 min read
A Simple List Render Optimization For React 🏎

A Simple List Render Optimization For React 🏎

48
Comments 1
3 min read
Hashtables for newbies

Hashtables for newbies

10
Comments
3 min read
That's one small step for a developer, one giant leap for the web

That's one small step for a developer, one giant leap for the web

143
Comments 12
4 min read
What code snippets do you use?

What code snippets do you use?

32
Comments 15
2 min read
Composable HTTP Client for NodeJS

Composable HTTP Client for NodeJS

52
Comments 4
5 min read
Automating React Documentation using React-Docgen ⚛⚙️📚

Automating React Documentation using React-Docgen ⚛⚙️📚

37
Comments 1
6 min read
What is Ajax?

What is Ajax?

32
Comments
1 min read
geeksay - Translate layman text 👶 to its geeky version 🤓!

geeksay - Translate layman text 👶 to its geeky version 🤓!

11
Comments
1 min read
Copying Data with JavaScript

Copying Data with JavaScript

52
Comments 1
3 min read
DevTip: Two steps for using Workbox in a Chrome Extension

DevTip: Two steps for using Workbox in a Chrome Extension

20
Comments
1 min read
Unit Testing Sequelize 4 ES6 class models

Unit Testing Sequelize 4 ES6 class models

16
Comments
2 min read
BxJS Weekly Episode 29 - javascript news podcast 1:26:50

BxJS Weekly Episode 29 - javascript news podcast

15
Comments
1 min read
Building an Async React Renderer with Diffing in Web Worker

Building an Async React Renderer with Diffing in Web Worker

11
Comments
1 min read
Learn React - Part 3 - Components, State and Props

Learn React - Part 3 - Components, State and Props

19
Comments
10 min read
Is front-end development having an identity crisis?

Is front-end development having an identity crisis?

252
Comments 55
8 min read
Haskell for javascript programmers.

Haskell for javascript programmers.

53
Comments 7
1 min read
Recaps from EmberCamp & JSCamp 2018

Recaps from EmberCamp & JSCamp 2018

13
Comments
3 min read
The challenge to make a shape area calculation in CodeSignal

The challenge to make a shape area calculation in CodeSignal

22
Comments 20
3 min read
How to create properties from variables in JSON

How to create properties from variables in JSON

23
Comments 2
2 min read
ES6 Destructuring with Crayons

ES6 Destructuring with Crayons

16
Comments 2
3 min read
How I'm starting my own Angular Component Library (part 2 - smooth-scroll-component)

How I'm starting my own Angular Component Library (part 2 - smooth-scroll-component)

17
Comments
2 min read
Learning and Mastering Vue.js

Learning and Mastering Vue.js

147
Comments 1
3 min read
Components testing in React: what and how to test with Jest and Enzyme

Components testing in React: what and how to test with Jest and Enzyme

111
Comments 1
19 min read
Read The F’ing Error Codes Bro!

Read The F’ing Error Codes Bro!

7
Comments
2 min read
What to do with lists of things in JavaScript

What to do with lists of things in JavaScript

56
Comments 4
1 min read
Server Side Rendering pros and cons. When to use it and when to choose something else

Server Side Rendering pros and cons. When to use it and when to choose something else

234
Comments 29
3 min read
You Should be Using esm

You Should be Using esm

112
Comments 10
4 min read
React - How to use keys to avoid using getDerivedStateFromProps

React - How to use keys to avoid using getDerivedStateFromProps

5
Comments 1
3 min read
JavaScript Standardization - An Interview with Jory Burson

JavaScript Standardization - An Interview with Jory Burson

12
Comments
7 min read
Setting up tape testing framework for basic frontend development

Setting up tape testing framework for basic frontend development

52
Comments
6 min read
React Progressive Loader

React Progressive Loader

9
Comments 4
1 min read
How to Use the HTML5 Canvas Element with JavaScript

How to Use the HTML5 Canvas Element with JavaScript

61
Comments 2
4 min read
Testing React Native app includes react-native-cookies with Jest

Testing React Native app includes react-native-cookies with Jest

10
Comments
1 min read
Let's build a search bar in React!

Let's build a search bar in React!

258
Comments 27
13 min read
Universal next gen css-in-js library in under 1kb

Universal next gen css-in-js library in under 1kb

62
Comments 12
1 min read
I took SPA too seriously and made a short-intro-website for myself.

I took SPA too seriously and made a short-intro-website for myself.

6
Comments 2
1 min read
Demystifying Array.reduce(): How to understand it and when to use it in your code

Demystifying Array.reduce(): How to understand it and when to use it in your code

86
Comments 5
3 min read
I'm having some "not this again" feelings with Parcel, how should I be feeling about this tool?

I'm having some "not this again" feelings with Parcel, how should I be feeling about this tool?

59
Comments 51
1 min read
Building a Desktop App with Vue: Electron

Building a Desktop App with Vue: Electron

367
Comments 30
8 min read
Module Monday 13: Transparent navbar, Team page, SoundCloud embed & more

Module Monday 13: Transparent navbar, Team page, SoundCloud embed & more

64
Comments
2 min read
Updating Background with SpeechRecognition & Custom Properties

Updating Background with SpeechRecognition & Custom Properties

55
Comments 2
3 min read
Coding Concepts! Cyclomatic Complexity

Coding Concepts! Cyclomatic Complexity

151
Comments 17
8 min read
A general and flexible project structure that works for all projects in any ecosystem.

A general and flexible project structure that works for all projects in any ecosystem.

49
Comments 5
13 min read
loading...