This project is not covered by Drupal’s security advisory policy.
Redux for Drupal
A Redux implementation for Drupal.
Getting Started
A simple JavaScript API is exposed at, Drupal.Redux,
-
Drupal.Redux.store- The created Redux store. State is loaded and saved automatically to local storage. All methods available to a traditional Redux store are available.
-
Drupal.Redux.actions- Available actions used to mutate the store.
-
Drupal.Redux.actions.add({ object })- Add a serializable object to the store.
Drupal.Redux.store.dispatch(
Drupal.Redux.actions.add(
{
mykey: 'myvalue'
}
)
);
Project information
Unsupported
Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projectsNo further development
No longer developed by its maintainers.- Project categories: Developer tools
- Created by GrandmaGlassesRopeMan on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
