Skip to main contentSkip to navigation
Back to all tags

frontend-development

19 topics and 26 pages tagged with "frontend-development"

Topics

Next.js App Router

troubleshoot

Next.js App Router is a file-system based routing architecture that uses React Server Components and modern React features for hybrid server-client rendering in Next.js applications.

9/3/2025
1 pages
nextjsapp-routerreact+7 more

Vite

tool

A fast build tool and development server for modern web projects, leveraging native ES modules for instant hot module replacement.

9/2/2025
1 pages
build-toolfrontend-developmentjavascript+4 more

Webpack

tool

A JavaScript module bundler that packages multiple modules with dependencies into static assets optimized for browser usage, supporting loaders for preprocessing various file types.

9/2/2025
2 pages
build-toolsbundlersjavascript-development+4 more

Vite, Webpack, and Turbopack

review

Vite, Webpack, and Turbopack are leading frontend build tools and module bundlers that optimize JavaScript applications for development and production, offering features like fast HMR, asset optimization, and efficient bundling.

9/2/2025
1 pages
frontend-developmentbuild-toolsjavascript-bundlers+5 more

Vercel

tool

A cloud deployment platform for frontend frameworks and static sites with serverless functions, edge computing, and integrated CI/CD workflows.

9/2/2025
1 pages
cloud-platformhosting-serviceserverless-computing+11 more

Claude API React Integration

integration

This integration connects Anthropic's Claude API, an AI language model, with React, a JavaScript library for building user interfaces, to enable the creation of AI-powered web applications.

9/1/2025
1 pages
ai-integrationfrontend-developmentapi-integration+3 more

Shopify Polaris

tool

Shopify Polaris is a comprehensive design system and React component library that provides pre-built UI components, design tokens, and guidelines for building consistent Shopify admin interfaces and applications.

8/31/2025
1 pages
design-systemui-frameworkreact-component-library+6 more

Shopify App Bridge

tool

Shopify App Bridge is a JavaScript SDK that enables embedded apps to integrate seamlessly with the Shopify Admin, providing access to platform APIs and UI components.

8/31/2025
1 pages
javascript-sdkshopifye-commerce-development+3 more

TypeScript

troubleshoot

TypeScript is a strongly typed programming language that builds on JavaScript by adding static type definitions and compile-time type checking to help catch errors early in development.

8/31/2025
1 pages
typescriptmodule-resolutionerror-handling+5 more

Create React App

tool

A command-line tool that generates React applications with zero configuration, providing a pre-configured development environment with build tools, testing, and deployment capabilities.

8/31/2025
2 pages
reactfrontend-developmentjavascript+5 more

Fix React 19 Breaking Changes

howto

React is a JavaScript library for building user interfaces with a component-based architecture that efficiently updates and renders UI elements through a virtual DOM system.

8/31/2025
1 pages
reactjavascript-libraryfrontend-development+4 more

React

howto

React is a JavaScript library for building user interfaces through reusable components, developed by Meta, with version 19 introducing Actions, Server Components, and enhanced performance optimizations.

8/31/2025
1 pages
reactjavascripttypescript+5 more

Angular to React App Conversion

howto

A frontend framework migration process that converts Angular applications to React, involving component restructuring, state management changes, and template syntax transformation from Angular's TypeScript/HTML approach to React's JSX-based architecture.

8/29/2025
1 pages
frontend-developmentframework-migrationjavascript+5 more

GitHub Primer Design System

tool

A comprehensive design system and CSS framework that provides components, styles, and guidelines for building consistent user interfaces at GitHub scale.

8/28/2025
1 pages
design-systemcss-frameworkfrontend-development+3 more

React Error Boundary Production Debugging

howto

React Error Boundaries are components that catch JavaScript errors in their child component tree, log them, and display a fallback UI. Production debugging involves effectively identifying, logging, and resolving these errors in live React applications.

8/28/2025
1 pages
reacterror-handlingdebugging+5 more

Wagmi

tool

Wagmi is a React hooks library that provides reactive primitives for Ethereum blockchain interactions, offering 20+ hooks for wallet connections, smart contracts, and transactions.

8/26/2025
1 pages
react-hooksethereumweb3+4 more

Astro

tool

A JavaScript web framework optimized for building fast, content-driven websites using server-first rendering and component islands architecture.

8/24/2025
2 pages
web-frameworkstatic-site-generatorjavascript+5 more

Prettier

tool

Prettier is an opinionated code formatter that enforces consistent code style by parsing and re-printing code with its own formatting rules.

8/23/2025
3 pages
code-formatterdeveloper-toolsjavascript+5 more

jQuery

alternatives

jQuery is a lightweight JavaScript library that simplifies HTML document traversal, manipulation, event handling, animation, and Ajax operations with cross-browser compatibility.

8/22/2025
1 pages
javascript-librariesfrontend-developmentdom-manipulation+4 more

Pages