Cx is a new web framework inspired by React, Redux, Ext JS,
Angular, D3 and other notable open-source libraries.
It is particularly convenient for building admin and dashboard applications as it includes a complete set of widgets with form elements, grids, navigation and charts out of the box.
In combination with Babel and webpack, Cx offers great development experience. Thanks to its own Babel, views are written using a friendly HTML (React) like syntax,
and the source code is written with the latest version of JavaScript. Thanks to webpack, changes are applied to the page without browser refreshes and page data is preserved.
Try Cx
Cx documentation covers main concepts and there are many examples to learn from.
CxFiddle is the best way to start playing with Cx. You can tweak existing examples or create and share your own Cx snippets.
Cx
starter-kit project is an example of a fully featured web application. It contains all the boilerplate code, layout, routing and a couple of examples of working admin and dashboard pages.
If you’re interested how Cx or its documentation is built, check the
source code on GitHub.