Skip to content

Reactive programming library for Java based on invalidate-then-refresh pattern and implemented via thread-local context object.

License

Notifications You must be signed in to change notification settings

robertvazan/hookless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWUbanner

Hookless

Maven Central Build status Test coverage

Hookless is a reactive programming library for Java. It automatically runs dependent reactive computations whenever change is detected in any of their dependencies. It is nearly completely transparent to application code, because it tracks dependencies implicitly via thread-local context object.

More on homepage.

Status

Experimental. Stagean is used to track progress on class and method level.

Getting started

See homepage.

Documentation

Some APIs are undocumented. You might have to peek in the source code.

Feedback

Bug reports and pull requests are welcome. See CONTRIBUTING.md.

License

Distributed under Apache License 2.0.

About

Reactive programming library for Java based on invalidate-then-refresh pattern and implemented via thread-local context object.

Topics

Resources

License

Stars

Watchers

Forks