Tag: react-hooks

Type: All Skills Tools
skill ★ 21,403

Managing URL Search Parameters and State

This skill provides best practices for managing URL search parameters and hash states in modern web applications. It guides developers on correctly using replace versus push history behavior to prevent browser history pollution when handlin…

promptfoo/promptfoo search-params url-management react-hooks state-management
skill ★ 21,403

URL Search Param and Hash Management

Provides patterns for managing URL search parameters and hash state to maintain correct browser history behaviour. It details when to use replace versus push for in-page state versus navigable steps.

promptfoo/promptfoo url-management browser-history react-hooks state-management
skill ★ 1,357

Optimising React Components by Avoiding Effects

Guides best practices for writing React components by identifying when effects are truly necessary. It advises developers to derive state during rendering rather than using useEffect for simple data transformations or calculations.

dust-tt/dust react react-hooks performance javascript
skill ★ 141,907

React/TypeScript Component Architecture Guide

This guide provides architectural best practices for developing robust React/TypeScript components. It covers state management, data fetching contracts, prop typing, and component ownership to ensure highly maintainable and scalable codebas…

langgenius/dify react typescript component-architecture best-practices
skill

React Component Refactoring and Complexity Reduction

Provides structured patterns for refactoring high-complexity React components, focusing on extracting custom hooks, sub-components, and managing complex state logic. It guides developers through manual complexity assessment to improve maint…

logspace-ai/langflow react typescript component-refactoring frontend-architecture