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.
React Native Bridging — How to Make Linear Gradient View

React Native Bridging — How to Make Linear Gradient View

14
Comments
10 min read
Mounted and BeforeDestroy Hooks in Vue.js functional components.

Mounted and BeforeDestroy Hooks in Vue.js functional components.

23
Comments
2 min read
Sektor onward!

Sektor onward!

6
Comments
1 min read
Looking for ideas for my React Native app

Looking for ideas for my React Native app

15
Comments 3
1 min read
What's new in Vuex-ORM/Plugin-GraphQL

What's new in Vuex-ORM/Plugin-GraphQL

12
Comments
3 min read
[Video] The State of the JavaScript with Addy Osmani

[Video] The State of the JavaScript with Addy Osmani

29
Comments 1
1 min read
Adaptive Serving using JavaScript and the Network Information API

Adaptive Serving using JavaScript and the Network Information API

327
Comments 12
3 min read
How to improve the build speed in React-Typescript, when using material ui

How to improve the build speed in React-Typescript, when using material ui

21
Comments 6
1 min read
Enabling the back button to cancel confirmation dialogs in React apps

Enabling the back button to cancel confirmation dialogs in React apps

5
Comments
5 min read
Web Frontend Dev Starter.

Web Frontend Dev Starter.

9
Comments
1 min read
Why you need to know about the Lindy effect, as a developer.

Why you need to know about the Lindy effect, as a developer.

45
Comments 4
1 min read
What is Data Binding?

What is Data Binding?

38
Comments 1
2 min read
Stealth Addressing in depth [1/3]

Stealth Addressing in depth [1/3]

9
Comments 1
4 min read
A website that allows you to search, browse and download all past iOS wallpapers

A website that allows you to search, browse and download all past iOS wallpapers

11
Comments 4
1 min read
Text Yourself the NASA Picture of the Day with Standard Library and Node.js

Text Yourself the NASA Picture of the Day with Standard Library and Node.js

36
Comments 4
3 min read
Explain XKCD To Me

Explain XKCD To Me

75
Comments 19
2 min read
Functional vs Imperative Patterns in JavaScript

Functional vs Imperative Patterns in JavaScript

105
Comments 12
5 min read
26 React+Redux Interview Questions You Should Know (in 2018)

26 React+Redux Interview Questions You Should Know (in 2018)

242
Comments 8
11 min read
🏖️ How To Create Your First Custom Angular Schematics With Ease🛠️

🏖️ How To Create Your First Custom Angular Schematics With Ease🛠️

16
Comments
1 min read
JAMstack. How sites are becoming even faster in a bloated web.

JAMstack. How sites are becoming even faster in a bloated web.

135
Comments 7
4 min read
Recap of Data Structures with Javascript Part 1

Recap of Data Structures with Javascript Part 1

40
Comments 5
8 min read
Diary - 2018.10.19

Diary - 2018.10.19

11
Comments
1 min read
Do you have any good resources about planning or structuring React apps you would recommend?

Do you have any good resources about planning or structuring React apps you would recommend?

9
Comments
1 min read
Vue.js Kanban Board: Adding Progressive Web App Features

Vue.js Kanban Board: Adding Progressive Web App Features

12
Comments
1 min read
Simple HTML/CSS Workflow With Parcel

Simple HTML/CSS Workflow With Parcel

38
Comments 3
6 min read
World's Smallest Quine, "Guaranteed"

World's Smallest Quine, "Guaranteed"

14
Comments 10
5 min read
Making an online chess website with Socket.io

Making an online chess website with Socket.io

12
Comments
11 min read
Top Takeaways from AngularMix 2018

Top Takeaways from AngularMix 2018

6
Comments
1 min read
How to build a Vue CLI plugin

How to build a Vue CLI plugin

95
Comments 2
8 min read
Practical Patterns with React Easy State

Practical Patterns with React Easy State

48
Comments
4 min read
Ask me dumb questions about functional programming

Ask me dumb questions about functional programming

24
Comments 36
2 min read
Release Nextron v3, Electron with Next.js apps generator

Release Nextron v3, Electron with Next.js apps generator

18
Comments 1
3 min read
Async function vs. a function that returns a Promise

Async function vs. a function that returns a Promise

29
Comments 1
1 min read
Clean code and why I'm behind!

Clean code and why I'm behind!

10
Comments 2
2 min read
React: Controlling Rendering Through Keys

React: Controlling Rendering Through Keys

8
Comments 4
2 min read
TIL: Property order is predictable in JavaScript objects since ES2015

TIL: Property order is predictable in JavaScript objects since ES2015

11
Comments
3 min read
Protected Routes in React using React Router 15:39

Protected Routes in React using React Router

42
Comments 6
1 min read
Live Code Snippets To Instantly Test Any API Endpoints of Any OAuth/OAuth2 Providers

Live Code Snippets To Instantly Test Any API Endpoints of Any OAuth/OAuth2 Providers

6
Comments
2 min read
Module Monday 17: Parallax gallery, Video bg, Comprehensive contact & more

Module Monday 17: Parallax gallery, Video bg, Comprehensive contact & more

15
Comments
2 min read
What are your favorite VueJS libraries?

What are your favorite VueJS libraries?

97
Comments 35
1 min read
How does a software like full story or session stack work?

How does a software like full story or session stack work?

8
Comments 3
1 min read
Explain React storybook like I'm five

Explain React storybook like I'm five

8
Comments 2
1 min read
Meet The Awesome NodeJs Framework

Meet The Awesome NodeJs Framework

8
Comments
1 min read
Why we chose Turbolinks instead of building an SPA

Why we chose Turbolinks instead of building an SPA

77
Comments 17
5 min read
iTunes Search with Vue.js

iTunes Search with Vue.js

12
Comments
1 min read
⚡ Practical Guide to Serverless Microsoft Azure Functions with JavaScript

⚡ Practical Guide to Serverless Microsoft Azure Functions with JavaScript

60
Comments 5
10 min read
Remixing other people's websites

Remixing other people's websites

46
Comments 13
4 min read
React Comments App

React Comments App

12
Comments
1 min read
Web Assembly for Buzzword Haters

Web Assembly for Buzzword Haters

39
Comments
3 min read
The easiest problem you cannot solve.

The easiest problem you cannot solve.

67
Comments 43
1 min read
Whom to follow to stay up to date in JS and FrontEnd world

Whom to follow to stay up to date in JS and FrontEnd world

9
Comments 1
3 min read
Dynamic Auth Redirects With PassportJS

Dynamic Auth Redirects With PassportJS

65
Comments 10
4 min read
Reflecting on a MagicMirror Build

Reflecting on a MagicMirror Build

7
Comments 4
4 min read
Scalable React Components architecture

Scalable React Components architecture

35
Comments 2
4 min read
Object.assign() vs Object Spread { … } In Angular Ngrx Reducers🥊

Object.assign() vs Object Spread { … } In Angular Ngrx Reducers🥊

14
Comments
1 min read
Audio and Old Androids

Audio and Old Androids

7
Comments
2 min read
Ethereum Transaction Details for Humans

Ethereum Transaction Details for Humans

11
Comments
2 min read
How To Stay Up To Date With Releases Of Popular Frameworks with Release Butler

How To Stay Up To Date With Releases Of Popular Frameworks with Release Butler

12
Comments
1 min read
Dojo Containers

Dojo Containers

8
Comments
3 min read
Lets Build Web Components! Part 4: Polymer Library

Lets Build Web Components! Part 4: Polymer Library

58
Comments 6
16 min read
loading...