-
Notifications
You must be signed in to change notification settings - Fork 33
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
WIP: Components #113
base: master
Are you sure you want to change the base?
WIP: Components #113
Conversation
Tutorials, Walkthroughs for Beginners
As of df4efa2, Maki has a functional single-page application, built in Polymer, that binds collections to an internal, client-side datastore, synchronized with a server-side state. Missing at this time is automatic updates of the UI, which should provide a reasonably demonstrable prototype. |
All melody testing changes
With 6b15189, Maki should now work completely as a library that exposes a default set of components, which can be overridden in resource definition by supplying a The primary components that are now exposed by Maki:
Used in combination, these elements now construct a fully-functional client-side implementation of the component idea. Much polish will be needed, so I'll be looking to the community to adopt the various components and their behaviors. My goal is to make each component a completely isolated module, with a maintainer per. We now need to add tests. As this is my first foray into Polymer, it's not clear to me how to make these elements testable. Guidance or even contributions would be greatly appreciated. I cannot adequately describe just how cool this is; to see the whole thing working together in concert like it is now. We are so very close to the 0.3 release, I can taste it. |
See: https://maki.io/snippets/components