CyFramework Introduction - CyComponent/CyFramework GitHub Wiki

The CyFramework provides an interface into the world of CyComponents and CyStores. With a CyFramework instance, you can query the state of stores and dispatch actions to them. You can render CyComponents and pass them child Cycomponents and parameters. The CyFramework provides a minimalist API to accomplish all of these tasks and provide seemless integration into other frameworks, such as Angular and React. It can also be used with plain HTML5 websites.

To get started, you'll first want to aquatint yourself with the concept of CyComponents and CyStores. Then, head on over the tutorial to get a feel for the CyFramework in action. Finally, the entire CyFramework API documentation resides here.