diff options
author | Robert Jaros <rjaros@finn.pl> | 2020-05-16 22:39:11 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2020-05-16 22:39:11 +0200 |
commit | b625a03f661e9f082b80d827a680acd162ffb080 (patch) | |
tree | ebc02614e184e3533a55b6e9fad8d34bbcf27b13 | |
parent | e39d56e332ad40dfe9b0a406bb43f2c06ca04646 (diff) | |
download | kvision-b625a03f661e9f082b80d827a680acd162ffb080.tar.gz kvision-b625a03f661e9f082b80d827a680acd162ffb080.tar.bz2 kvision-b625a03f661e9f082b80d827a680acd162ffb080.zip |
Updated README
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ allows to build fullstack applications with shared common code. - 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. +- Supports [React](https://reactjs.org/) components with KVision DSL and built-in state management. - Supports an observer pattern for data bindings. - Internationalization support based on [Jed](http://messageformat.github.io/Jed/) library and [gettext](https://www.gnu.org/software/gettext/) translations. - Easy to use Drag & Drop support. |