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
Currently, with the release of .NET7, we are thinking about rebuilding the application on a Blazor base.
Maintaining javascript dependencies takes some effort.
We thought for a while about separating the client layer from the server layer, but the problem lies with the plugins. These must offer javascript and it is not possible to my knowledge to provide javascript files in a folder and have these loaded simply as one would with 'dlls'
The objective is to propose the addition of functionalities in the application and that these functionalities are available after a restart.
The fewer actions you have to do, the more you eliminate the risk of errors.
It is not said that Blazor allows to do as we wish.
But, it would bring a more modern touch than still using JQuery in the client part.
Do not hesitate to discuss the subject and offer your suggestions for modernizing the application.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, with the release of .NET7, we are thinking about rebuilding the application on a Blazor base.
Maintaining javascript dependencies takes some effort.
We thought for a while about separating the client layer from the server layer, but the problem lies with the plugins. These must offer javascript and it is not possible to my knowledge to provide javascript files in a folder and have these loaded simply as one would with 'dlls'
The objective is to propose the addition of functionalities in the application and that these functionalities are available after a restart.
The fewer actions you have to do, the more you eliminate the risk of errors.
It is not said that Blazor allows to do as we wish.
But, it would bring a more modern touch than still using JQuery in the client part.
Do not hesitate to discuss the subject and offer your suggestions for modernizing the application.
Beta Was this translation helpful? Give feedback.
All reactions