TSOptics / optics

Scalable state management for modern TypeScript applications.

Home Page:https://optics.page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optics

Scalable state management for modern TypeScript applications.

Documentation

https://optics.page

Installation

To install the library with the react adapter:

# npm
npm install @optics/react

# yarn
yarn add @optics/react

# pnpm
pnpm add @optics/react

Or to install the framework agnostic version:

# npm
npm install @optics/state

# yarn
yarn add @optics/state

# pnpm
pnpm add @optics/state

Acknowledgments

@optics organisation name kindly donated by Fountainhead Technologies Ltd.

About

Scalable state management for modern TypeScript applications.

https://optics.page

License:MIT License


Languages

Language:TypeScript 98.0%Language:JavaScript 2.0%