0.0.8 • Published 1 year ago

@fluxmodels/core v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

FluxModels

type-safe state management


npm core website license: MIT donate

 

Installation

npm install @fluxmodels/core
# or
yarn add @fluxmodels/core

 

TypeScript configuration

To use FluxModels with TypeScript, you need to enable experimental decorators and emit decorator metadata in your tsconfig.json file.

Add the following configurations:

{
    "compilerOptions": {
        "experimentalDecorators": true,
        "emitDecoratorMetadata": true,
        // ... other options
    }
}

These settings allow TypeScript to properly handle the decorators used in FluxModels and ensure full functionality of the library.

 

Documentation

For full documentation, visit fluxmodels.dev.

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago