Data fetching made easy. Check out the new category! 🚀


Changelog

Latest updates and announcements.

July 2025 - AI Collaborative Development Workflow 🤖

We've introduced a revolutionary AI-powered development workflow for creating React hooks collaboratively. This system streamlines the entire hook development process from planning to implementation.

✨ New Features

  • AI-Assisted Hook Development: Complete automation of hook creation, documentation, and integration
  • Story-Driven Development: Technical specifications guide AI implementation
  • Automated Changelog Generation: Implementation records are automatically created
  • Quality Assurance: Built-in validation and testing workflows

📚 How to Use the AI Workflow

To leverage this new collaborative development system:

  1. Read the Documentation: Start with .cursor/CURSOR.MD for project context and guidelines
  2. Follow the Workflow Guide: Check .cursor/WORKFLOW-GUIDE.md for practical implementation steps
  3. Create Technical Stories: Use the templates in .cursor/stories/ to specify your hook requirements
  4. AI Implementation: Submit your story for automated implementation

🎯 Example Implementation

As a demonstration of this workflow, we've successfully implemented the useArrayState hook:

  • Hook: Complete array state management with 25+ methods
  • Demo: Interactive showcase of all functionalities
  • Documentation: Comprehensive API reference and examples
  • Category: State Management

You can explore the complete implementation process in the changelog.

July 2025 - Data Fetching hooks

We've added a new category to the guarahooks collection:

You can check them out in the Hooks section.

June 2025 - New Hooks 🐺

We've released two new hook's categories:

  • Auth: Handle authentication and authorization with different providers and storage options.
  • Forms: Handle form state and validation with different libraries.

You can check them out in the Hooks section.

June 2025 - UI Improvements

We've improved the interface of the website and documentation, making it more consistent and easier to use.

The idea was to make it more minimalistic, making it more readable and focused on the content.

May 2025 - New CLI 🐺

We've released a CLI tool to simplify the process of copying and pasting the hooks into your project. Now you don't need to depend on the shadcn CLI to install hooks.

You can check it out in the CLI section, or you can see it on npmjs here.