Skip to content
/ redux Public

Idiomatic Golang implemetation of Redux using channels and atomic operations

License

Notifications You must be signed in to change notification settings

andviro/redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redux

Idiomatic Go implementation of Redux state management pattern.

Highlights:

  • Minimalistic: ~100 SLOC in store.go
  • Idiomatic: Go channels and patterns are used throughout
  • Robust: atomic state changes, sync using channels

License

This code is released under MIT license

About

Idiomatic Golang implemetation of Redux using channels and atomic operations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages