aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2019-03-17 01:34:57 +0100
committerRobert Jaros <rjaros@finn.pl>2019-03-17 01:34:57 +0100
commit4a23e3c0aa5d3e5a4676e9d531fd31c1d09c928b (patch)
tree6638ea12b32a25120469f17a6e5fec5dc3ffcbe1
parentfb117044d604e0deb2b6d9726354d181bcdd4ee7 (diff)
downloadkvision-4a23e3c0aa5d3e5a4676e9d531fd31c1d09c928b.tar.gz
kvision-4a23e3c0aa5d3e5a4676e9d531fd31c1d09c928b.tar.bz2
kvision-4a23e3c0aa5d3e5a4676e9d531fd31c1d09c928b.zip
Updated README0.0.30
-rw-r--r--Module.md4
-rw-r--r--README.md17
2 files changed, 17 insertions, 4 deletions
diff --git a/Module.md b/Module.md
index efb79929..612c6bd5 100644
--- a/Module.md
+++ b/Module.md
@@ -90,6 +90,10 @@ CSS grid and Bootstrap responsive 12 columns gid).
Bootstrap progress bar component.
+# Package pl.treksoft.kvision.redux
+
+Predictable state container based on Redux library.
+
# Package pl.treksoft.kvision.remote
A set of components for creating multiplatform automatic JSON-RPC connectivity with a backend server.
diff --git a/README.md b/README.md
index be68716a..e8e95961 100644
--- a/README.md
+++ b/README.md
@@ -26,10 +26,19 @@ allows to build full-stack, multiplatform applications with shared common code.
- Type safe DSL builders.
- Based on [Bootstrap](https://getbootstrap.com/) styles, typography and components.
- Utilizes [Snabbdom](https://github.com/snabbdom/snabbdom) fast virtual DOM implementation.
-- Integrates with libraries and components from [Font awesome](https://fontawesome.com/), [Bootstrap Select](https://github.com/silviomoreto/bootstrap-select) (with [AJAX](https://github.com/truckingsim/Ajax-Bootstrap-Select) extension),
-[Awesome Bootstrap Checkbox](https://github.com/flatlogic/awesome-bootstrap-checkbox), [Trix editor](https://trix-editor.org/), [Bootstrap Datetime picker](https://github.com/smalot/bootstrap-datetimepicker),
-[Bootstrap touchspin](https://github.com/istvan-ujjmeszaros/bootstrap-touchspin), [Bootstrap File Input](http://plugins.krajee.com/file-input),
- [Handlebars](http://handlebarsjs.com/), [Chart.js](https://www.chartjs.org/) and [Navigo](https://github.com/krasimir/navigo).
+- Integrates with a lot of libraries and components:
+ - [Font awesome](https://fontawesome.com/)
+ - [Bootstrap Select](https://github.com/silviomoreto/bootstrap-select) (with [AJAX](https://github.com/truckingsim/Ajax-Bootstrap-Select) extension)
+ - [Awesome Bootstrap Checkbox](https://github.com/flatlogic/awesome-bootstrap-checkbox)
+ - [Trix editor](https://trix-editor.org/)
+ - [Bootstrap Datetime picker](https://github.com/smalot/bootstrap-datetimepicker)
+ - [Bootstrap touchspin](https://github.com/istvan-ujjmeszaros/bootstrap-touchspin)
+ - [Bootstrap File Input](http://plugins.krajee.com/file-input)
+ - [Handlebars](http://handlebarsjs.com/)
+ - [Chart.js](https://www.chartjs.org/)
+ - [Redux](https://redux.js.org/)
+ - [Navigo](https://github.com/krasimir/navigo)
+
- Includes sophisticated layout containers, including CSS flexbox, CSS grid and Bootstrap responsive 12 columns grid.
- Includes convenient forms implementation, with support for many different input components and easy to use validation.
- Data binding support for [observable](https://github.com/rjaros/kotlin-observable-js) data model.