[Dev] options.controls: make reactive controls
Context The controls should be reactive inorder to use and update in dom.
Proposal & Constraints
What is the proposed solution / implementation? Is there a precedent for this approach succeeding elsewhere?
- In my opinion, this Repo should be refurbished and should be migrated to some reactive framework like Vue.js
- another opinion is to use RxJS to make components reactive and subscribed to other resources where the controls are used.
Which suggestions or requirements should be considered for how this feature needs to appear or be implemented?
- Either use Vue.js and remake the whole library or implement RxJS to convert all components reactive.
How will you know if this change is successful? What specific metrics are relevant and how do you expect them to change?
Since internetarchive is planning to refactor the current code, I would like to work on this project through some program if possible. Also, converting this project into vue.js would be beneficial to both user and developer. Since code maintenance will be easier and user experience will be smooth and optimum.