Skip to main content

Advanced Customization

Deeper customizations involving hooks, context, and utilities.

Modify Hooks

Components use hooks from the /hooks/ directory. You can customize these for advanced behavior changes.

Example: Change Default Sorting


Customize Context

Modify context providers for app-wide state changes.

Add Custom Utilities

Create new utility files in the /utils/ directory for shared logic.

Integrate with Your Systems

Wire components to your existing systems:
  • Authentication
  • User profiles
  • Analytics
  • Error tracking
  • Custom APIs

Next Steps

Migration Guide

Migrate from npm packages

File Structure

Component organization