https://github.com/spyna/terso
https://github.com/spyna/terso
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spyna/terso
- Owner: Spyna
- Created: 2023-02-25T15:57:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T14:41:54.000Z (over 2 years ago)
- Last Synced: 2025-08-09T17:27:36.096Z (11 months ago)
- Language: TypeScript
- Size: 576 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terso
> dependency injection hooks for React.
*Terso* is a pragmatic hook and HOC library for React, that provides dependency injection to a React application.
It uses [inversify js](https://inversify.io/) as an IoC container, in combination with [mobx](https://mobx.js.org/) for state management.
Is it a revolutionary library? No! It is just a collection of functions, born with the sole need of not wanting to copy/paste the same code into different projects.
More:
* [terso](./packages/terso/)
* [terso-routing](./packages/terso-routing/)