Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lfscamargo/tunnel

A Simple and Reliable state machine made on top of React Context, and it has store persisting out of the box
https://github.com/lfscamargo/tunnel

context mobx persistance react-native reactjs redux rxjs state-machine tunnel tunneljs

Last synced: 11 days ago
JSON representation

A Simple and Reliable state machine made on top of React Context, and it has store persisting out of the box

Awesome Lists containing this project

README

        





TunnelJS


A simple and reliable way to manage the state of your application

# What is Tunnel

Tunnel is a simple and basic state manager that allows you to make persistance into `AsyncStorage` and `localStorage`, and also allows you to
make a better structure in terms of code.

# Motivation

I was looking at some libraries for state management, and they ware prettt

Forget about actions, connections, reducers and a lot of boilerplate to create and manage states. With reworm you can create and manage state as simple as on the image above.

# Documentation

To see how to use and how to install please access http://tunneljs.vercel.app

# How to Contribute?

Just take a fork of this repo and send us a pull request following the templates for PR's, also following the issues that we have or you can send a pull request fixing a issue that you are having on your projects