-
Notifications
You must be signed in to change notification settings - Fork 777
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
Vapoware? #66
Comments
It means the README hasn't been written yet and was copy pasted directly out of my gist https://gist.github.com/Raynos/8414846 |
@Matt-Esch we should update the README :) |
Yeah, we really need proper docs, starting with a valid README. I think we're at a point where we can nail down the features. Mainly, that means disclaimer, it's not tested nearly as much as I would like, subject to changes and has not been proved in the non-trivial case. Just as we found that reordering was completely wrong after testing Raynos/mercury#2048-wip, what needs to happen is a full rearrangement of the modules here, tests for the individual units and a bunch of integration tests at the virtual-dom level. Proper docs so we actually know how all the mechanisms work is a must and upcoming feature. In short, it was added when the functions didn't exist, and it's currently acting as a disclaimer to warn that this is volatile. The README is out of date, not all of the functions documented exist and there are a number of internal things that are not mentioned at all. Thunks, widgets, hooks etc. I'll bump this up in my priority list. |
I'm interested in this project and may have some time to contribute if missing things are listed clearly. :) |
Bump. I would also like to contribute, but need to be spoon fed tasks :-) |
for anyone interested, #virtualdom on freenode is one way available to help facilitate any collaboration or to answer any questions - feel free to join us. |
also, you may be interested in the mercury project that pulls together this piece and a number of other related pieces into a "framework" |
👍 about #virtualdom on freenode irc. Also see: I've been tracking things i've been wanting to work on. |
Interesting stuff, thanks! I'll follow both and get updates, and hopefully jump in to help out if I can find some time! |
I'm confused by the
Example
-warning in the readme:Warning: Vaporware. The virtual-dom is not implemented yet.
What do you mean?
The text was updated successfully, but these errors were encountered: