Skip to content

eborden/redeux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redeux

Haskell Redux-y Virtual-Dom-y Thanger

note: You shouldn't use this. I'm just having fun.

Key Features

  • The command pattern has been replaced with a free monad for a more flexible mutation grammer.
  • State is held within an MVar for blocking state mutation. If an action runs async it may only read/write atomically.
  • The free monad aproach allows for "middleware-like" redux features to be expressed in the command grammer. Async can be implemented within the grammer itself. Example: Redeux.Command.Async implements a composable grammer for expressing synchronous and asynchronous commands.

About

Haskell Redux-y Virtual-Dom-y Thanger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published