Code Monkey home page Code Monkey logo

Arez

Arez

Build Status codecov GWT3/J2CL compatible

Arez is a simple, efficient and scalable state management library for client-side applications. Arez is powered by the reactive programming model found in spreadsheets, a dataflow programming model. Arez tracks usage of observable data and notifies observers when the observable data changes. The library scales from simple, flat domain models to complex, highly inter-connected graph-like domain models. Arez trades a higher memory usage for a faster execution speed and better developer experience. Arez is optimized for developer happiness by eliminating the need to monitor state changes. Instead, applications react to state changes on demand.

Arez is under heavy development, and sometimes the documentation does not keep up to date. However the goal of the toolkit is to be easy to use, and this includes clear and concise documentation. If something is unclear please report it as a bug because it is a bug. If a new user has a hard time, then we need to fix the problem.

For more information about Arez, please see the Website. For the source code and project support, please visit the GitHub project.

Contributing

Arez was released as open source so others could benefit from the project. We are thankful for any contributions from the community. A Code of Conduct has been put in place and a Contributing document is under development.

License

Arez is licensed under Apache License, Version 2.0.

Credit

  • Stock Software for providing significant support in building and maintaining Arez. The company was willing take a risk and base their next suite of applications on an idea and the bet paid off.

  • The toolkit began life as an attempt to port Mobx to java. Not all of the Mobx primitives made sense in a java world. There were also places where it was felt that we could improve on the Mobx model, at least for our environment. The idea of a "port" was soon discarded and Arez became a reimplementation of similar concepts. However there are some places (i.e. Transaction.completeTracking()) where the Mobx heritage is clear. Credit goes to Michel Weststrate and the Mobx team for their clean conceptual model and some inspirational talks. Later in the life of Arez, parts of the Mobx documentation acted as inspiration or were directly copied and modified (i.e. MobX's (@)computed) docs were used to seed docs/computable_values.md).

  • Other frameworks that influenced or are influencing the development of Arez include;

Arez's Projects

arez-dom icon arez-dom

Arez browser components that make DOM properties observable

arez-mediaquery icon arez-mediaquery

Arez browser component that exposes when a CSS media query is matched

arez-promise icon arez-promise

Arez component that wraps a Promise and makes it observable

arez-when icon arez-when

Arez component that waits until a condition is true and then runs an effect action

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.