0.9.6 • Published 6 months ago

@ikepu-tp/react-mvc v0.9.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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.

0.9.6

6 months ago

0.9.5

7 months ago

0.9.4

7 months ago

0.9.3

7 months ago

0.9.2

7 months ago

0.9.1

7 months ago

0.9.0

7 months ago

0.8.2

8 months ago

0.8.1

8 months ago

0.8.0

8 months ago

0.7.4

8 months ago

0.7.3

8 months ago

0.7.2

8 months ago

0.7.1

8 months ago

0.7.0

8 months ago

0.6.2

8 months ago

0.6.0

8 months ago

0.5.0

8 months ago

0.4.9

8 months ago

0.4.8

8 months ago

0.4.7

8 months ago

0.4.6

8 months ago

0.4.5

8 months ago

0.4.4

8 months ago

0.4.3

8 months ago

0.4.2

8 months ago

0.4.1

8 months ago

0.4.0

8 months ago

0.3.2

8 months ago

0.3.1

8 months ago

0.3.0

8 months ago

0.2.3

8 months ago

0.2.2

8 months ago

0.2.1

8 months ago

0.2.0

8 months ago

0.1.0

8 months ago