Package Exports
- juliette
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (juliette) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Juliette ·

Reactive State Management Powered by RxJS
Description
Juliette is a reactive state management container inspired by NgRx. It reduces Redux boilerplate, eliminates reducer's ifology, simplifies the configuration and introduces NgRx architecture into the framework independent world. Juliette is a TypeScript friendly library and can be used in Angular, React or any JavaScript application.
Reduced Boilerplate
--
Eliminated Reducer's Ifology
--
Simplified Configuration
--
Framework Independent
--
Installation
Run npm install --save juliette
to install core Juliette library.
If you are using Angular, install additional package by running npm install --save juliette-ng
command.
If you are using React, install additional package by running npm install --save juliette-react
command.
Usage
--
License
Juliette is MIT licensed.
Copyright © 2020 Marko Stanimirović