UNPKG

universal-web-template

Version:

An universal web proejct template - let you quickly set up a project using Handlebars, sass and ReactJS for front-end templating. It can be adopted with most modern CMS.

14 lines (8 loc) 131 B
class SampleStore { constructor() { this.bindActions(sampleActions); this.state = { sample: null }; } }