pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
pgAdmin may be used on Linux, Unix, macOS and Windows to manage PostgreSQL and EDB Advanced Server 10 and above.
Isomorphic flux implementation
Alt is a library that facilitates the managing of state within your JavaScript applications. It is modeled after flux.
Flux is an application architecture for building complex user interfaces. It eschews MVC in favor of unidirectional data flow. What this means
... [More] is that data enters through a single place (your actions) and then flow outward through their state manager (the store) and finally onto the view. The view can then restart the flow by calling other actions in response to user input. [Less]
Pluggable, singleton-free container for isomorphic Flux applications.
Features
* Singleton-free for server rendering
* Store dehydration for client bootstrapping
* Stateless async actions
* Higher order components for easy integration
* Enforcement of Flux flow - restricted access to the
... [More] Flux interface from within components
* Pluggable - add your own interfaces to the Flux context [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy