# README
MVC
The component library for creating an MVC-application
Status: work in progress
Base Components:
App
- skeleton applicationAppConfig
- application configAction
- abstract application event handlerRouter
- interface for application routingModel
- model interfaceBaseModel
- base implementation of model interfaceView
- view interfaceBaseView
- base implementation of view interfaceController
- controller interfaceBaseController
- base implementation of controller interface
# Functions
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
v is should be context.
No description provided by the author
No description provided by the author
No description provided by the author