You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The architecture of the DembeSi project is based on the MVC pattern and is a traditional web application.
Why this pattern ?
DembeSi is a web application that aims to display the information of a name, so it will be used most of the time in read-only mode, so it does not require highly complex visual components.
However, if the need to have complex components is useful, their construction will be done with Front libraries such as VueJS or React.
Personally VueJS is my library of choice for the construction of complex UI components for various reasons :
It curves learning me hard.
Its easy integration with multi-page applications.
As this seems to be an old thread, I would like to know if the JavaScript framework have been chosen. I've made plenty of works with VueJS and if it happens to be the selected framework, I would be glad to contribute to the codebase.
I am a new member of the Code D'ivoire community.
Hi,
The framework has still not been chosen, the proposals are still open. Don't hesitate to propose ideas.
Unfortunately I don't have enough time at the moment to continue the development of the project, I hope to have more time soon.
The architecture of the DembeSi project is based on the MVC pattern and is a traditional web application.
Why this pattern ?
DembeSi is a web application that aims to display the information of a name, so it will be used most of the time in read-only mode, so it does not require highly complex visual components.
However, if the need to have complex components is useful, their construction will be done with Front libraries such as VueJS or React.
Personally VueJS is my library of choice for the construction of complex UI components for various reasons :
A good article for better your choice between MPA or SPA for your application https://docs.microsoft.com/en-us/dotnet/standard/modern-web-apps-azure-architecture/choose-between-traditional-web-and-single-page-apps
The text was updated successfully, but these errors were encountered: