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.
A Comprehensive Guide to React's useEffect Hook: Managing Side Effects in Functional Components

A Comprehensive Guide to React's useEffect Hook: Managing Side Effects in Functional Components

Comments
4 min read
Mastering React's useReducer Hook: Managing Complex State with Actions

Mastering React's useReducer Hook: Managing Complex State with Actions

Comments
4 min read
Understanding React Hooks: A Guide to Modern React Development

Understanding React Hooks: A Guide to Modern React Development

Comments
4 min read
Mastering React's useState Hook: The Basics and Advanced Use Cases

Mastering React's useState Hook: The Basics and Advanced Use Cases

Comments
3 min read
Jotai: A Simple and Powerful State Management Library for React

Jotai: A Simple and Powerful State Management Library for React

Comments
4 min read
Mastering MobX: Simplified and Reactive State Management for React

Mastering MobX: Simplified and Reactive State Management for React

Comments
4 min read
Recoil: A Modern State Management Library for React

Recoil: A Modern State Management Library for React

Comments
4 min read
Error Boundaries in React: Handling Errors Gracefully in Your App

Error Boundaries in React: Handling Errors Gracefully in Your App

Comments
4 min read
Mastering React's Context API: A Comprehensive Guide for Sharing Global State

Mastering React's Context API: A Comprehensive Guide for Sharing Global State

Comments
3 min read
Understanding Refs and the DOM in React: Accessing and Manipulating DOM Elements

Understanding Refs and the DOM in React: Accessing and Manipulating DOM Elements

1
Comments
4 min read
Understanding Keys in React: Ensuring Efficient Updates in Lists

Understanding Keys in React: Ensuring Efficient Updates in Lists

1
Comments
3 min read
Exploring Snapshot Testing in Jest: Pros and Cons

Exploring Snapshot Testing in Jest: Pros and Cons

Comments
3 min read
A Comprehensive Guide to React State: Managing Dynamic Data in Your Components

A Comprehensive Guide to React State: Managing Dynamic Data in Your Components

Comments
4 min read
Ant Design X: Craft AI-driven interfaces effortlessly

Ant Design X: Craft AI-driven interfaces effortlessly

2
Comments 1
2 min read
Virtual DOM in React: Enhancing Performance and Efficiency

Virtual DOM in React: Enhancing Performance and Efficiency

1
Comments
4 min read
Project: Build a Weather App Using JavaScript and a Weather API

Project: Build a Weather App Using JavaScript and a Weather API

3
Comments
3 min read
React Query (TanStack Query): Efficient Data Fetching and State Management for React

React Query (TanStack Query): Efficient Data Fetching and State Management for React

3
Comments
5 min read
Understanding Higher-Order Components (HOC) in React: Enhancing Functionality and Reusability

Understanding Higher-Order Components (HOC) in React: Enhancing Functionality and Reusability

Comments
4 min read
Controlled vs Uncontrolled Components in React: Choosing the Right Approach

Controlled vs Uncontrolled Components in React: Choosing the Right Approach

Comments
4 min read
Getting Started with Chakra UI in React: A Complete Guide

Getting Started with Chakra UI in React: A Complete Guide

3
Comments
4 min read
Event Handling in React: Managing User Interactions Effectively

Event Handling in React: Managing User Interactions Effectively

Comments
4 min read
React Fragments: Grouping Elements Without Extra DOM Nodes

React Fragments: Grouping Elements Without Extra DOM Nodes

Comments
3 min read
How to Get Started with Web Development in 2024: A Beginner's Guide

How to Get Started with Web Development in 2024: A Beginner's Guide

4
Comments 2
4 min read
Conditional Rendering in React: Dynamically Rendering UI Elements

Conditional Rendering in React: Dynamically Rendering UI Elements

Comments
3 min read
Functional Components vs Class Components in React: Which One to Choose?

Functional Components vs Class Components in React: Which One to Choose?

Comments
3 min read
loading...