boatbomber / BasicState

A really simple state management solution for Roblox

Home Page:https://clockworksquirrel.github.io/BasicState

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BasicState is a really, really simple key-value based state management solution. It makes use of BindableEvents to allow your projects to watch for changes in state, and provides a simple API for communication with your state objects. Think Rodux, but much more simple.

Getting Started

Visit the documentation site to get started with BasicState, see examples, and view the full documentation.

Documentation

Documentation is available on the documentation site.

Examples

For examples, please see the documentation site.

Get in Touch

Please refer to the thread on the Roblox Developer Forums if you wish to discuss BasicState. You can also contact me via direct message on the DevForums.

About

A really simple state management solution for Roblox

https://clockworksquirrel.github.io/BasicState

License:MIT License


Languages

Language:Lua 100.0%