Skip to content

Releases: paripsky/tinystate

1.0.1

12 Aug 17:21

Choose a tag to compare

tinystate v1.0.0 - Initial Release

I'm excited to announce the initial release of tinystate - a lightweight state management solution designed for React applications. This release marks a significant milestone in providing a simple and efficient way to manage state across your components without the complexity of larger state management libraries.

Getting Started

To install tinystate, use npm or yarn:

npm install tinystate-react
# or
yarn add tinystate-react