Skip to content

Experimenting MVVM architecture with react library

Notifications You must be signed in to change notification settings

mostafa-rio/react-mvvm

Repository files navigation

About this repo

This is an experimental attempt to implement the MVVM architecture in a React.js project.
My friends from the mobile development world have talked a lot about the benefits of using MVVM, like increasing the testability by separating an application's business and presentation logic from its user interface. So I'm giving it a try.

contributing

If you find this project interesting, feel free to contribute and share your knowledge.

Tools

This project is configured using the Webpack bundler ( I could use Vite, of course ).

Starting Dev Server

npm run start

Building for production

npm run build

About

Experimenting MVVM architecture with react library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published