Skip to content

Releases: Andrei15193/react-model-view-viewmodel

1.0.0

04 Jul 13:18
Compare
Choose a tag to compare

A library for developing React applications using Model-View-ViewModel inspired by .NET.

The Model-View-ViewModel architectural pattern is a viable alternative to the Flux architectural pattern, it does not have the same issues Flux has, but knowing and understanding the Flux principles can increase the quality of code written using MVVM.

This release includes a wide range of tools for implementing applications using MVVM as well as a simple, yet effective event system inspired by the one in .NET. Base implementations of core interfaces and features (ViewModel, FormFieldViewModel<TValue>, FormFieldCollectionViewModel and DispatchEvent<TEventArgs>) as well as an observable collection that extends the read-only array interface, observableCollection<TItem>.

The library provides a wide range of custom React hooks to make development easier. The project wiki contains the entire list as well as API documentation, a tutorials list as well as project motivation and overview.

1.0.0-beta6

19 Jun 11:30
Compare
Choose a tag to compare
1.0.0-beta6 Pre-release
Pre-release

A library for developing React applications using Model-View-ViewModel inspired by .NET.

This is a preparation release to test integration with other applications from the npm repository as a package dependency. While the library is unit tested extensively, the usage in different application will serve as additional testing. The testing application used for this purpose is HintKeep, refer to the related project for more information and usage.

For more information about the package see the wiki.

1.0.0-beta5

12 Jun 07:34
Compare
Choose a tag to compare
1.0.0-beta5 Pre-release
Pre-release

A library for developing React applications using Model-View-ViewModel inspired by .NET.

This is a preparation release to test integration with other applications from the npm repository as a package dependency. While the library is unit tested extensively, the usage in different application will serve as additional testing. The testing application used for this purpose is HintKeep, refer to the related project for more information and usage.

For more information about the package see the wiki.

1.0.0-beta4

11 Jun 20:19
Compare
Choose a tag to compare
1.0.0-beta4 Pre-release
Pre-release

A library for developing React applications using Model-View-ViewModel inspired by .NET.

This is a preparation release to test integration with other applications from the npm repository as a package dependency. While the library is unit tested extensively, the usage in different application will serve as additional testing. The testing application used for this purpose is HintKeep, refer to the related project for more information and usage.

For more information about the package see the wiki.

1.0.0-beta3

11 Jun 20:12
Compare
Choose a tag to compare
1.0.0-beta3 Pre-release
Pre-release

A library for developing React applications using Model-View-ViewModel inspired by .NET.

This is a preparation release to test integration with other applications from the npm repository as a package dependency. While the library is unit tested extensively, the usage in different application will serve as additional testing. The testing application used for this purpose is HintKeep, refer to the related project for more information and usage.

For more information about the package see the wiki.

1.0.0-beta2

05 Jun 12:20
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release

A library for developing React applications using Model-View-ViewModel inspired by .NET.

This is a preparation release to test integration with other applications from the npm repository as a package dependency. While the library is unit tested extensively, the usage in different application will serve as additional testing. The testing application used for this purpose is HintKeep, refer to the related project for more information and usage.

For more information about the package see the wiki.

1.0.0-beta1

31 May 11:33
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release

A library for developing React applications using Model-View-ViewModel inspired by .NET.

This is a preparation release to test integration with other applications from the npm repository as a package dependency. While the library is unit tested extensively, the usage in different application will serve as additional testing. The testing application used for this purpose is HintKeep, refer to the related project for more information and usage.

For more information about the package see the wiki.