1.0.0 • Published 5 years ago

corect v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

COREACT

COREACT is a new concept for developing web applications \ it has two main concept, @Observer and @Services \ \ @Observer component listen for service changes \ @Service stores data of your application and broadcast changes to observers \ it holds persisted data, server side fetched data, and your app functionality

Todo-SOP (Service oriented programming)

by reading this example you can understand how coreact works.

Development:
$1> npm run watch
$2> npm run todo

Production:
$1> npm run bundle && npm run start
$2> npm run todo

Install

npm i coreact

or by cloning the repository

git clone https://github.com/xeuus/coreact-template.git
1.0.0

5 years ago