This library serves as the placeholder for Intrig generated React content. It provides the necessary infrastructure and utilities for integrating with React applications.
npm install @intrig/reactThis library serves as the placeholder for Intrig generated React content. It provides the necessary infrastructure and utilities for integrating with React applications.
@intrig/react is designed to work seamlessly with the Intrig Core ecosystem, providing specialized support for React applications. When you generate code using Intrig with the React generator, this library provides the foundation for that generated code.
- React Integration: Specialized utilities for React applications
- Custom Hooks: React hooks for API integration
- State Management Helpers: Utilities for managing API state in React
- Type Safety: Full TypeScript support for all components
``bash`
npm install @intrig/react
The library is primarily used as a dependency for Intrig generated code. When you generate code using Intrig with the React generator, it will automatically use this library.
`typescript
// Example of importing from the library
import { createReactClient } from '@intrig/react';
// Usage in your React application
const client = createReactClient({
// Configuration options
});
``
For more detailed documentation, please refer to the Intrig Core documentation.
This project is licensed under the MIT License - see the LICENSE file for details.