Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 942 Bytes

File metadata and controls

30 lines (24 loc) · 942 Bytes

@objectstack/example-msw-react-crud

1.0.1

Patch Changes

  • Updated dependencies
    • @objectstack/spec@0.4.1
    • @objectstack/client@0.4.1
    • @objectstack/driver-memory@0.4.1
    • @objectstack/plugin-msw@0.4.1
    • @objectstack/runtime@0.4.1
    • @objectstack/example-todo@1.0.8

1.0.0

Major Features

  • Initial release of MSW + React CRUD example
  • Complete CRUD operations (Create, Read, Update, Delete) for tasks
  • Integration with @objectstack/client for all API calls
  • MSW browser worker setup for API mocking
  • React components demonstrating best practices:
    • TaskList component for displaying and managing tasks
    • TaskForm component for creating and editing tasks
    • TaskItem component for individual task display
  • Comprehensive README with setup instructions and usage examples
  • Full TypeScript support with proper type definitions
  • Vite development server and build configuration
  • Styled UI with modern CSS