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
Сurrent solution is heavily tied to operations on DOM elements and their state, which in turn complicates the separation of business logic and visualisation.
We would like to be able to separate the business logic and visualisation to be able to easily extend either of them.
A bonus would be the ability to unit test each part of the library.
We propose to split the plugin into two parts: core and DOM.
Also, we propose to add the ability to easily extend the application through the plugin system.
The inspiration for this idea comes from the DayJS plugin system.
Сurrent solution is heavily tied to operations on DOM elements and their state, which in turn complicates the separation of business logic and visualisation.
We would like to be able to separate the business logic and visualisation to be able to easily extend either of them.
A bonus would be the ability to unit test each part of the library.
We propose to split the plugin into two parts: core and DOM.
Also, we propose to add the ability to easily extend the application through the plugin system.
The inspiration for this idea comes from the DayJS plugin system.
The text was updated successfully, but these errors were encountered: