-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor frontend code to follow component structure - Due 6/27/2018 #82
Comments
I think many Backbone projects may pre-date the 'componentized' web application movement. So, we may need to look towards other component frameworks for inspiration, and define our own bespoke component structure. |
Not well versed in the technical details, but if continuing to use the backbone framework will get us to a stable version sooner, I vote we use it and create our own standardization. Might be good to document our front-end "component structure" so we can easily share it with any developer interested in contributing to the front-end. |
Unless there are any objections, I will be using Marionette.js and webpack to help with the restructuring process. |
That sounds fine by me. Please consider that Marionette may be a stepping stone towards a broader migration of this project's frontend code towards WebComponent-based architecture. |
Closing due to solution proposed by #827 . The JS related issues will be no longer relevant. |
Our frontend code is somewhat disorganized. We agreed to re-structure the frontend code, so that it is easier to understand.
Goal
Resources
Backbone architecture
Componentized web
The text was updated successfully, but these errors were encountered: