Skip to content

Latest commit

 

History

History
158 lines (122 loc) · 3.78 KB

File metadata and controls

158 lines (122 loc) · 3.78 KB

@objectstack/example-msw-react-crud

0.9.1

Patch Changes

  • Updated dependencies
    • @objectstack/spec@0.9.1
    • @objectstack/client@0.9.1
    • @objectstack/client-react@0.9.1
    • @objectstack/objectql@0.9.1
    • @objectstack/runtime@0.9.1
    • @objectstack/driver-memory@0.9.1
    • @objectstack/plugin-msw@0.9.1
    • @example/app-todo@0.9.1

0.7.5

Patch Changes

  • Updated dependencies [555e6a7]
    • @objectstack/spec@0.8.2
    • @objectstack/objectql@0.8.2
    • @objectstack/plugin-msw@0.8.2
    • @objectstack/example-todo@0.7.5
    • @objectstack/client@0.8.2
    • @objectstack/client-react@0.8.2
    • @objectstack/driver-memory@0.8.2
    • @objectstack/runtime@0.8.2

0.7.4

Patch Changes

  • @objectstack/example-todo@0.7.4
  • @objectstack/spec@0.8.1
  • @objectstack/client@0.8.1
  • @objectstack/client-react@0.8.1
  • @objectstack/objectql@0.8.1
  • @objectstack/runtime@0.8.1
  • @objectstack/driver-memory@0.8.1
  • @objectstack/plugin-msw@0.8.1

0.7.3

Patch Changes

  • Updated dependencies
    • @objectstack/spec@1.0.0
    • @objectstack/client@1.0.0
    • @objectstack/client-react@1.0.0
    • @objectstack/objectql@1.0.0
    • @objectstack/runtime@1.0.0
    • @objectstack/driver-memory@1.0.0
    • @objectstack/plugin-msw@1.0.0
    • @objectstack/example-todo@0.7.3

0.7.2

Patch Changes

  • Updated dependencies [fb41cc0]
    • @objectstack/spec@0.7.2
    • @objectstack/objectql@0.7.2
    • @objectstack/runtime@0.7.2
    • @objectstack/client@0.7.2
    • @objectstack/client-react@0.7.2
    • @objectstack/driver-memory@0.7.2
    • @objectstack/plugin-msw@0.7.2
    • @objectstack/example-todo@0.7.2

0.7.1

Patch Changes

  • Updated dependencies
    • @objectstack/spec@0.7.1
    • @objectstack/client@0.7.1
    • @objectstack/driver-memory@0.7.1
    • @objectstack/objectql@0.7.1
    • @objectstack/plugin-msw@0.7.1
    • @objectstack/runtime@0.7.1
    • @objectstack/example-todo@0.7.1
    • @objectstack/client-react@0.7.1

0.6.1

Patch Changes

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

0.6.0

Minor Changes

  • b2df5f7: Unified version bump to 0.5.0

    • Standardized all package versions to 0.5.0 across the monorepo
    • Fixed driver-memory package.json paths for proper module resolution
    • Ensured all packages are in sync for the 0.5.0 release

Patch Changes

  • Updated dependencies [b2df5f7]
    • @objectstack/spec@0.6.0
    • @objectstack/client@0.6.0
    • @objectstack/driver-memory@0.6.0
    • @objectstack/plugin-msw@0.6.0
    • @objectstack/runtime@0.6.0
    • @objectstack/example-todo@0.6.0

1.0.2

Patch Changes

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

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