ikepu-tp / react-mvc

MIT License
0 stars 0 forks source link

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.