1.2.1 • Published 2 years ago

@exchanges/binance v1.2.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

@berish/mvc-core

Model-View-Controller (MVC) implementation for ReactJS applications with plug-in support

Installation

$ npm install @berish/mvc-core --save
$ npm install @berish/stateful --save // lib based on stateful lib (peerDependencies, other versions)

or

$ yarn add @berish/mvc-core
$ yarn add @berish/stateful // lib based on stateful lib (peerDependencies, other versions)

Supports typescript

Concept

Basic usecase

Advanced