From b625a03f661e9f082b80d827a680acd162ffb080 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 16 May 2020 22:39:11 +0200 Subject: Updated README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 767fc66f..e6b219d7 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit