Skip to content

GiumaSoft/TinyRedux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyRedux

Summary

TinyRedux is small footprint library strongly inspired to ReduxJS written in pure Swift.

Overview

TinyRedux offer to the developers a significant improvment over MVC and MVVM architectural pattern.

In fact with TinyRedux global state management, you don't need anymore pass data across whole app ViewModels which become a really heavy task when you update the logic of something has already been consolidated.

With Store you can easely access to the entire app state or you can cherry pick all states are needed in your local View context with SubStore.

Middlewares are the resolver for all async operations across the app while Reducers are the only deputed object that can change the state of the app.

Finally the Dispatch is the function that let you operate actions in this Redux-like framework.

Alt Text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published