React MVC is a library for supporting MVC-like implementations in JavaScript projects.
npm install @ikepu-tp/react-mvc
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?}';
}
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.
See LICENSE.