/hookless

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

Primary LanguageJavaApache License 2.0Apache-2.0

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.