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
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
ConstraintJS embeds a lot of different functionalities such as templates or fsm.
All these functionalities make the library quite big while a user may only need some part of it.
I think it would be great to reorganise a bit the library in modules, e.g. ES6 modules that is the upcoming standard and that can already be used using babel.
The tradeoff of this approach is the requirement for a compilation process but constraintjs is already compiled.
This has two main advantages:
Cleaner and easier to maintain.
One can import only the parts he needs.
Now I actually already started to work on this for my personal use so I can submit a push request if I succeed in doing so.
I have two questions however:
None of my previous push requests have ever been merged. Is there any chance this push request could be merged or should I just not worry about it?
Is this (great) project still maintained at all? If it is not there is no need for me to make sure that future commits from this side can easily integrated in my fork.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ConstraintJS embeds a lot of different functionalities such as templates or fsm.
All these functionalities make the library quite big while a user may only need some part of it.
I think it would be great to reorganise a bit the library in modules, e.g. ES6 modules that is the upcoming standard and that can already be used using babel.
The tradeoff of this approach is the requirement for a compilation process but
constraintjs
is already compiled.This has two main advantages:
import
only the parts he needs.Now I actually already started to work on this for my personal use so I can submit a push request if I succeed in doing so.
I have two questions however:
The text was updated successfully, but these errors were encountered: