-
Notifications
You must be signed in to change notification settings - Fork 23
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
Extract bacon-model #7
Comments
I think that's a good idea. What about setting up a naming convention for Bacon projects? So we'd have bacon.model, bacon.jquery, bacon.lens as separate plugins that could be installed via bower or npm. Perhaps for easier discoverability they could live under a baconjs organization on github. Thoughts? |
Sounds good. |
Are there any gotchas in moving the stuff from my personal account to the newly created baconjs account? I think it might be a good idea to collect the Bacon modules there. |
I don't think so. Github will automatically redirect when you transfer ownership of/rename repositories, including when pulling through the CLI. So after you transfer to the organization, anyone visiting raimohanska/bacon.js would automatically be redirected to bacon.js/baconjs. |
Waiting on yeoman generator mention in #8. @raimohanska, per #5, what do you think of pulling this out along with Bacon.Lens and Bacon.Binding into a bacon-plugin-base repo? |
I'm thinking to move all plugins eventually into separate repos under the baconjs org. Would you prefer having a monolithic plugin git repo instead? oops Ah, I missed something. So the question is whether Model,Lens,Binding should be separate or combo. I might put them together into |
I almost always fall on the side of many small repos rather than monolithic On Wed, Aug 7, 2013 at 9:58 AM, Juha Paananen [email protected]:
|
|
Why not just use jQuery? What kinda platform r u targeting? I'm just curious;) |
My targets are: some embedded browser systems, such as Smart TVs and set-top boxes, some of them are very slow or low on RAM, thanks goodness all of them have W3C-compliant browsers )( Also I do have a rich front-end experience in UI for payment kiosks Typically, it were: IE6-7 hell + low performance CPU + 256/512 Mb of RAM, no jquery). And, if there are And also, I have a dream of making bacon haXe port someday... |
Interesting stuff man! I was thinking it must be something along those lines. So there will be bacon in a kiosk;) On 9.8.2013, at 1.08, Daniel K [email protected] wrote:
|
And of course, on tablets too =) |
There are plenty of tiny AJAX libraries, some of them might be a suitable drop-in replacement of jQuery's AJAX functionality. |
Take a look at what have I done recently: https://github.com/wolfflow/bacon.model |
Great! https://github.com/baconjs/bacon.model I created release 0.1.0. Now we should make bacon.jquery use this in a smart way :) -juha- On 26.11.2013, at 11:16, Daniel K [email protected] wrote:
|
Already done, waiting for PR merge ) |
Released 0.4.0. What's left to do is to update Readme |
The non-jquery specific parts could be extracted, including Model, Binding, Lens.
The text was updated successfully, but these errors were encountered: