There are also special adapters to adapt Grid model to From model.
At back-end there is useful express.js API which helps to
make communication with front-end easier. But it isn’t mandatory to use express.js - you can
implement similar REST API with any other framework and back-end platform.
Here is an example how to use server-side API
Forms - means for managing your your React forms behaviour
At front-end there is
Form service helps to manage your React forms behaviour(especially add validation there)
At backend there is useful express.js API
which helps to implement REST API for synchronization of form data model between
front-end and back-end parts of your app.
But it isn’t mandatory to use express.js for this purposes as well.
Validator - provides a handy way to validate
your form fields(wherever at front-end or back-end)
Editors - several frequently used React
widgets(DatePicker, SuggestBox, etc.)
Lists data model and corresponding
express.js API which helps to implement provision
of data for lists widgets like Select and SuggestBox.