• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Intrducing Cx - Framework for Dashboard Applications Based on ReactJS

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


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.
 
And then we all jump out and yell "surprise! we got you this tiny ad!"
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic