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.
Arrays, the slow parts — we can do better

Arrays, the slow parts — we can do better

13
Comments
11 min read
Multiple VueJs Apps in a Lerna monorepo, sharing a Storybook component library.

Multiple VueJs Apps in a Lerna monorepo, sharing a Storybook component library.

49
Comments 3
4 min read
Turning `class App extends React.Component` into a coding lesson

Turning `class App extends React.Component` into a coding lesson

28
Comments 2
5 min read
TIL: Package.json values are accessible in npm/yarn scripts

TIL: Package.json values are accessible in npm/yarn scripts

6
Comments
2 min read
5 Alien Articles of the Week Worth Reading 👽📖

5 Alien Articles of the Week Worth Reading 👽📖

51
Comments 5
2 min read
The JavaScript Developer's Reading List

The JavaScript Developer's Reading List

385
Comments 16
1 min read
Using npm's `ls` command for Fun and Insight

Using npm's `ls` command for Fun and Insight

123
Comments 14
4 min read
Intro to RxJS Concepts with Vanilla JavaScript

Intro to RxJS Concepts with Vanilla JavaScript

198
Comments 8
5 min read
JAMstack with Gatsby and Netlify

JAMstack with Gatsby and Netlify

23
Comments
31 min read
A journey through ReactDOM.render

A journey through ReactDOM.render

19
Comments 1
7 min read
How to Create Stunning Interactive Bar Charts Using JavaScript

How to Create Stunning Interactive Bar Charts Using JavaScript

5
Comments
1 min read
Building a Progressive Todo Web App with Vuetify, Vuex and GraphQL

Building a Progressive Todo Web App with Vuetify, Vuex and GraphQL

44
Comments
4 min read
Vue 2.6.6 Release part3 Vue.observable

Vue 2.6.6 Release part3 Vue.observable

13
Comments
2 min read
Classical vs. Prototypal Inheritance

Classical vs. Prototypal Inheritance

59
Comments 2
4 min read
JavaScript predictions for 2019 by npm

JavaScript predictions for 2019 by npm

109
Comments 18
2 min read
No more tears, handling Forms in React using Formik, part II

No more tears, handling Forms in React using Formik, part II

58
Comments 10
6 min read
Refs in React, basic objects

Refs in React, basic objects

15
Comments
4 min read
Debounce Deep Dive — JavaScript ES6

Debounce Deep Dive — JavaScript ES6

8
Comments 1
3 min read
Beyond Create React App: React Router, Redux Saga, and More

Beyond Create React App: React Router, Redux Saga, and More

14
Comments
1 min read
What the heck is JSX?

What the heck is JSX?

8
Comments
5 min read
What do you use to handle side effects in React-redux

What do you use to handle side effects in React-redux

6
Comments 4
1 min read
{Destructuring} = JavaScript

{Destructuring} = JavaScript

9
Comments
2 min read
Beware of Chaining Javascript Array Methods

Beware of Chaining Javascript Array Methods

6
Comments
5 min read
Why Vertical Text Orientation Is A Nightmare For Cross Browser Compatibility?

Why Vertical Text Orientation Is A Nightmare For Cross Browser Compatibility?

7
Comments 1
9 min read
When to write a directive in Angular? Is it required to write the same directive in JS as well? How it helps?

When to write a directive in Angular? Is it required to write the same directive in JS as well? How it helps?

5
Comments
1 min read
loading...