Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lfscamargo/tunnel
- Owner: LFSCamargo
- License: mit
- Created: 2020-08-28T19:22:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-28T23:10:02.000Z (over 3 years ago)
- Last Synced: 2024-10-23T09:59:31.133Z (16 days ago)
- Topics: context, mobx, persistance, react-native, reactjs, redux, rxjs, state-machine, tunnel, tunneljs
- Language: JavaScript
- Homepage: http://tunneljs.vercel.app/
- Size: 794 KB
- Stars: 24
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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