@ikepu-tp/react-mvc
TypeScript icon, indicating that this package has built-in type declarations

0.9.10 • Public • Published

React MVC

React MVC is a library for supporting MVC-like implementations in JavaScript projects.

How to use

Installation

npm install @ikepu-tp/react-mvc

Model

import Model from "@ikepu-tp/react-mvc"

class NewModel extends Model<ResponseResource>
{
  protected base_url: string = 'http://localhost/api';
  protected path: string = '/path/{required_parameters}/{optional_paramters?}';
}

Contributing

We welcome contributions to the project! You can get involved through the following ways:

Issue: Use for bug reports, feature suggestions, and more. Pull Requests: We encourage code contributions for new features and bug fixes.

License

See LICENSE.

Package Sidebar

Install

npm i @ikepu-tp/react-mvc

Weekly Downloads

3

Version

0.9.10

License

MIT

Unpacked Size

282 kB

Total Files

31

Last publish

Collaborators

  • ikepu-tp