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.
Accessible Svelte transitions

Accessible Svelte transitions

18
Comments
5 min read
React & REST API: How to overcome CORS errors

React & REST API: How to overcome CORS errors

30
Comments 2
6 min read
React & REST API: How to render responses

React & REST API: How to render responses

32
Comments 1
7 min read
Built a Slack clone with Tailwind & Alpine.js

Built a Slack clone with Tailwind & Alpine.js

26
Comments
1 min read
React & REST API: How to get data from a Web Database

React & REST API: How to get data from a Web Database

29
Comments
5 min read
Mocking APIs for frontend developers

Mocking APIs for frontend developers

15
Comments 3
4 min read
Reverse patterns to URL. React router Config.

Reverse patterns to URL. React router Config.

7
Comments
2 min read
Do you ever block Javascript?! Why!?

Do you ever block Javascript?! Why!?

4
Comments 3
1 min read
JavaScript Influencers to Follow in 2022🤩

JavaScript Influencers to Follow in 2022🤩

111
Comments 45
9 min read
Var, Let, Const in JavaScript + scope and hoisting

Var, Let, Const in JavaScript + scope and hoisting

38
Comments
6 min read
O que há de novo no AWS SDK v3 para JavaScript?

O que há de novo no AWS SDK v3 para JavaScript?

3
Comments
5 min read
How to use Cypress for E2E with React

How to use Cypress for E2E with React

16
Comments 1
12 min read
Reducing TailwindCSS's dev environment file size

Reducing TailwindCSS's dev environment file size

6
Comments
1 min read
Moving Tooltip on Mousemove

Moving Tooltip on Mousemove

2
Comments
1 min read
Weather App and Chat App high-quality projects designs

Weather App and Chat App high-quality projects designs

195
Comments 9
2 min read
Evolution of Asynchronous JavaScript

Evolution of Asynchronous JavaScript

2
Comments 2
4 min read
Solution: Encode and Decode TinyURL

Solution: Encode and Decode TinyURL

19
Comments
3 min read
[V8 Deep Dives] Understanding Array Internals

[V8 Deep Dives] Understanding Array Internals

5
Comments
8 min read
Vue.js 101 - part 2: Button Click

Vue.js 101 - part 2: Button Click

13
Comments 1
2 min read
D3 + Tippy = Easy Tooltips on Your Visualisations

D3 + Tippy = Easy Tooltips on Your Visualisations

8
Comments 2
5 min read
Quickly and easily mock a REST API with Restapify

Quickly and easily mock a REST API with Restapify

128
Comments 11
5 min read
Wary of the Query: Targeting Conditional Elements with React Testing Library

Wary of the Query: Targeting Conditional Elements with React Testing Library

6
Comments
4 min read
Modular Spring Boot Development

Modular Spring Boot Development

11
Comments
7 min read
Creating a custom hook in React

Creating a custom hook in React

18
Comments
3 min read
Back to Basics: Building a HackerNews Clone with Marko

Back to Basics: Building a HackerNews Clone with Marko

70
Comments 6
9 min read
Understanding First-Class Functions in JavaScript

Understanding First-Class Functions in JavaScript

30
Comments
1 min read
react-native-push-notifications (handling foreground push notifications)

react-native-push-notifications (handling foreground push notifications)

11
Comments 1
2 min read
Limit Input Characters using HTML CSS & JavaScript

Limit Input Characters using HTML CSS & JavaScript

6
Comments 1
3 min read
JavaScript function which confirms the ending of a word

JavaScript function which confirms the ending of a word

4
Comments
1 min read
The Rules of React Hooks - And How We Messed up

The Rules of React Hooks - And How We Messed up

5
Comments
6 min read
HackerRank Big Sorting challenge

HackerRank Big Sorting challenge

7
Comments 1
2 min read
Project 60 of 100 - Lil' Context API Demo

Project 60 of 100 - Lil' Context API Demo

10
Comments
3 min read
async/await 구문 작성 후 무야호를 외치는 방법

async/await 구문 작성 후 무야호를 외치는 방법

8
Comments
1 min read
Help Please

Help Please

1
Comments 2
1 min read
Import and export declarations are not supported yet (in TS)

Import and export declarations are not supported yet (in TS)

7
Comments 4
1 min read
Create Your Own Url Shortener In BlogSpot Blog

Create Your Own Url Shortener In BlogSpot Blog

12
Comments 2
2 min read
How to Easily Set Up a React Storybook App

How to Easily Set Up a React Storybook App

34
Comments 1
5 min read
Right Resources to Master JavaScript

Right Resources to Master JavaScript

28
Comments 1
2 min read
Draw Canvas with JSX (or XML)

Draw Canvas with JSX (or XML)

4
Comments
2 min read
Closures

Closures

2
Comments
1 min read
Vue Directive - Click Outside

Vue Directive - Click Outside

23
Comments 3
3 min read
Can you style console.log() in JavaScript

Can you style console.log() in JavaScript

51
Comments 3
1 min read
Know It All

Know It All

22
Comments
10 min read
Day 41: String Case

Day 41: String Case

5
Comments
1 min read
Build Nextjs app with a Restapify mocked API

Build Nextjs app with a Restapify mocked API

54
Comments
6 min read
Stop using var for declaring variables !!!

Stop using var for declaring variables !!!

145
Comments 45
3 min read
Adding mobile-friendly interactive maps to your App the Easiest way 🗺️

Adding mobile-friendly interactive maps to your App the Easiest way 🗺️

5
Comments
5 min read
React: Super Simple Smooth Scrolling

React: Super Simple Smooth Scrolling

125
Comments 37
4 min read
7 Ways to Debug Jest Tests in Terminal

7 Ways to Debug Jest Tests in Terminal

3
Comments
11 min read
Object-Oriented Programming applied to JS (Crash Course Recommendation)

Object-Oriented Programming applied to JS (Crash Course Recommendation)

2
Comments 2
1 min read
Publishing npm packages to multiple registries with GitHub actions

Publishing npm packages to multiple registries with GitHub actions

9
Comments
2 min read
Canvas Javascript: a powerful solution for web’s graphic

Canvas Javascript: a powerful solution for web’s graphic

7
Comments
3 min read
How to create a select component with placeholder in React

How to create a select component with placeholder in React

16
Comments 3
2 min read
Vue.js 101 - part 1: First step

Vue.js 101 - part 1: First step

29
Comments 3
3 min read
Solution: Swapping Nodes in a Linked List

Solution: Swapping Nodes in a Linked List

19
Comments
3 min read
Weekly Digest 10/2021

Weekly Digest 10/2021

5
Comments
4 min read
React Hooks - useState

React Hooks - useState

11
Comments 1
2 min read
Ignite - Chapter I - ReactJs

Ignite - Chapter I - ReactJs

3
Comments
3 min read
Database Sharding Explained- 2021 Database Scaling Tutorial

Database Sharding Explained- 2021 Database Scaling Tutorial

280
Comments 8
10 min read
Regex - underrated or overHATED? Part 2/3

Regex - underrated or overHATED? Part 2/3

8
Comments
4 min read
loading...