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.
Introduction to React Hooks

Introduction to React Hooks

176
Comments 8
5 min read
Building an Interactive LED Art Piece for JSConf EU

Building an Interactive LED Art Piece for JSConf EU

32
Comments 2
3 min read
Simplify web development. please!

Simplify web development. please!

92
Comments 22
3 min read
Read and parse POST/PATCH/PUT request JSON or form body with Express and no dependencies

Read and parse POST/PATCH/PUT request JSON or form body with Express and no dependencies

8
Comments
5 min read
Creating 404 page in react using React Router

Creating 404 page in react using React Router

76
Comments 11
2 min read
Game of Frameworks: JavaScript Trends of 2019

Game of Frameworks: JavaScript Trends of 2019

98
Comments 3
7 min read
Array Methods: The Gateway to Functional Programming

Array Methods: The Gateway to Functional Programming

10
Comments
9 min read
Tip: Disabling Links As Buttons in Gatsby

Tip: Disabling Links As Buttons in Gatsby

9
Comments 2
1 min read
Replacing the if-else conditionals with logical operators && and ||

Replacing the if-else conditionals with logical operators && and ||

12
Comments
2 min read
ES6: Arrow Functions

ES6: Arrow Functions

6
Comments
3 min read
Vue vs React: Choosing the Best Tool for Your Project in 2019. Part 2

Vue vs React: Choosing the Best Tool for Your Project in 2019. Part 2

15
Comments 2
4 min read
Creating Linked Lists With JavaScript

Creating Linked Lists With JavaScript

353
Comments 6
7 min read
IIFEs in JavaScript and how to avoid this common mistake

IIFEs in JavaScript and how to avoid this common mistake

12
Comments 3
2 min read
JavaScript async and await in loops

JavaScript async and await in loops

103
Comments 1
8 min read
Learn by Contributing

Learn by Contributing

594
Comments 44
11 min read
Demystifying Dependency Injection, Inversion of Control, Service Containers and Service Providers

Demystifying Dependency Injection, Inversion of Control, Service Containers and Service Providers

81
Comments 2
6 min read
Access head, body without document queries

Access head, body without document queries

6
Comments
1 min read
How I configure VSCode for Everything

How I configure VSCode for Everything

620
Comments 37
3 min read
How to write a progressive image loading hook

How to write a progressive image loading hook

31
Comments 6
3 min read
Cloud providers manage your compute, storage, and network. But who manages your open source libraries? 🤔

Cloud providers manage your compute, storage, and network. But who manages your open source libraries? 🤔

35
Comments 1
4 min read
Créer son propre Bot Discord

Créer son propre Bot Discord

17
Comments 7
2 min read
componentWillMount() vs componentDidMount()

componentWillMount() vs componentDidMount()

84
Comments 4
3 min read
Did JavaScript objects have static methods before ES6 class static methods?

Did JavaScript objects have static methods before ES6 class static methods?

9
Comments 2
1 min read
Learning JavaScript TDD with AVA, Glitch, and freeCodeCamp

Learning JavaScript TDD with AVA, Glitch, and freeCodeCamp

8
Comments
4 min read
What's With All the Props Anyway?

What's With All the Props Anyway?

72
Comments 9
3 min read
loading...