0.1.0 • Published 5 years ago

swiss-thunk v0.1.0

Weekly downloads
9
License
-
Repository
-
Last release
5 years ago

Swiss Thunk

Swiss Thunk middleware allows you to write components that return a function instead of a render fragment. The thunk can be used to delay the render of a component, or to render only if a certain condition is met. The inner function receives the element method render as a parameter.