# react-ts-super

> Reactive state management framework for scalable react applications.

Latest version **1.0.3** (published 2023-07-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-ts-super
pnpm add react-ts-super
yarn add react-ts-super
bun add react-ts-super
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2023-07-17 |
| First published | 2023-07-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 26.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 18 |
| Author | DrDejaVu |
| Maintainers | drdejavu |
| Keywords | react, hooks, state, reactive, state management, dependency injection |

## Links

- npm: https://www.npmjs.com/package/react-ts-super
- Repository: https://github.com/DrDejaVuNG/super
- Homepage: https://drdejavu.ng/
- Issues: https://github.com/DrDejaVuNG/super/issues
- npm.io page: https://npm.io/package/react-ts-super

## Dependencies (2)

- [react](https://npm.io/package/react.md) ^18.2.0
- [ts-super](https://npm.io/package/ts-super.md) ^1.0.5

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.0.3 (latest) — 2023-07-17
- 1.0.2 — 2023-07-17
- 1.0.1 — 2023-07-15
- 1.0.0 — 2023-07-15

## README

<p align="center" height="100">
<img src="https://github.com/DrDejaVuNG/super/blob/main/screenshots/logo.png?raw=true" height="120" alt="Super" />
</p>

<p align="center">
<a href="https://pub.dev/packages/flutter_super"><img src="https://img.shields.io/pub/v/flutter_super.svg?logo=dart&label=pub&color=blue" alt="Pub"></a>
<a href="https://pub.dev/packages/flutter_super/score"><img src="https://img.shields.io/pub/points/flutter_super?logo=dart" alt="Pub points"></a>
<a href="https://pub.dev/packages/very_good_analysis"><img src="https://img.shields.io/badge/style-very_good_analysis-B22C89.svg" alt="verygoodanalysis"></a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/github/license/DrDejaVuNG/flutter_super" alt="License: MIT"></a>
<img src="https://github.com/DrDejaVuNG/super/blob/main/packages/flutter_super/coverage_badge.svg" alt="Coverage" />
</p>

---

Super is a state management framework that aims to simplify
and streamline the development of reactive and scalable applications.

---

## Features

- Reactive state management.
- Simple dependency injection.
- Intuitive testing and much more.

---

## Table of Contents

- [Features](#features)
- [Table of Contents](#table-of-contents)
- [Packages](#packages)
- [Quick Samples](#quick-samples)
  - [Flutter](#flutter)
  - [React](#react)
- [Maintainers](#maintainers)
- [Credits](#credits)

---

## Packages

| Package                                                                                    | PM                                                                                                                  |
| ------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------- |
| [dart_super](https://github.com/DrDejaVuNG/super/tree/main/packages/dart_super)                         | [![pub](https://img.shields.io/pub/v/dart_super.svg)](https://pub.dev/packages/dart_super)                               |
| [flutter_super](https://github.com/DrDejaVuNG/super/tree/main/packages/flutter_super)                         | [![pub](https://img.shields.io/pub/v/flutter_super.svg)](https://pub.dev/packages/flutter_super)                               |
| [js_super](https://github.com/DrDejaVuNG/super/tree/main/packages/js-super)                         | [![npm](https://img.shields.io/npm/v/ts-super.svg)](https://www.npmjs.com/package/ts-super)                               |
| [react_super](https://github.com/DrDejaVuNG/super/tree/main/packages/react-super)                         | [![npm](https://img.shields.io/npm/v/react-ts-super.svg)](https://www.npmjs.com/package/react-ts-super)                               |
| [super_test](https://github.com/DrDejaVuNG/super_test)               | [![pub](https://img.shields.io/pub/v/super_test.svg)](https://pub.dev/packages/super_test)                     |

<br>

## Quick Samples

### Flutter 

![](https://raw.githubusercontent.com/DrDejaVuNG/images/main/images/flutter_super/counter_app.png)

<br>

### React

![](https://raw.githubusercontent.com/DrDejaVuNG/images/main/images/react_super/counter_app.png)

<br>

## Maintainers

- [Seyon Anko](https://github.com/DrDejaVuNG)

<br>

## Credits

All credits to God Almighty who guided me through the project.

---
_Source: https://npm.io/package/react-ts-super · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
