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.
Creating your own mini-Redux - with React Hooks, Context API and TypeScript

Creating your own mini-Redux - with React Hooks, Context API and TypeScript

61
Comments 6
6 min read
toTimeString(), a JavaScript function to make sense of millisecond values

toTimeString(), a JavaScript function to make sense of millisecond values

6
Comments
1 min read
How to Generate random hex color values in javascript

How to Generate random hex color values in javascript

23
Comments 3
2 min read
Menghindari import bersarang

Menghindari import bersarang

6
Comments
1 min read
Javascript Prototype: Inner workings of Objects

Javascript Prototype: Inner workings of Objects

7
Comments
5 min read
Watch and build code with esbuild

Watch and build code with esbuild

27
Comments 5
2 min read
Best of Modern JavaScript — Parameters and Spread

Best of Modern JavaScript — Parameters and Spread

10
Comments
2 min read
Intro to React's Size Matters

Intro to React's Size Matters

13
Comments 1
2 min read
Type-safe routing with Typescript and Route Maps

Type-safe routing with Typescript and Route Maps

10
Comments 2
2 min read
Using Node.js on your command line to quickly test JavaScript functions

Using Node.js on your command line to quickly test JavaScript functions

11
Comments 1
3 min read
Truthy and Falsy values in JS

Truthy and Falsy values in JS

14
Comments
2 min read
create HTTP servers using react !!!

create HTTP servers using react !!!

53
Comments 5
3 min read
JSON.stringify accepts 2 other parameters

JSON.stringify accepts 2 other parameters

6
Comments
2 min read
useState vs useReducer vs XState - Part 1: Modals

useState vs useReducer vs XState - Part 1: Modals

46
Comments 7
5 min read
Polymorphism in JavaScript

Polymorphism in JavaScript

13
Comments
6 min read
Kinx Library - Isolate (Multi Thread without GIL)

Kinx Library - Isolate (Multi Thread without GIL)

9
Comments
6 min read
The ES6 features that are popular to be asked in an interview!

The ES6 features that are popular to be asked in an interview!

49
Comments 2
1 min read
Practice Project Ideas to Sharpen Our Web Development Skills

Practice Project Ideas to Sharpen Our Web Development Skills

45
Comments 1
3 min read
Code Splitting React Router Routes with React Lazy and React Suspense

Code Splitting React Router Routes with React Lazy and React Suspense

21
Comments 4
5 min read
Zoom-Independent Shapes in Leaflet

Zoom-Independent Shapes in Leaflet

8
Comments
5 min read
Why Deno is Awesome

Why Deno is Awesome

13
Comments
3 min read
Webpack concepts: Loaders and Plugins

Webpack concepts: Loaders and Plugins

16
Comments
8 min read
Explain Regular Expressions Like I'm Five

Explain Regular Expressions Like I'm Five

24
Comments 1
5 min read
JavaScript Gets Classy

JavaScript Gets Classy

7
Comments
8 min read
Send data between tabs with JavaScript

Send data between tabs with JavaScript

364
Comments 11
2 min read
loading...