I would prefer a screencast. I'd like to see you talk through the
different steps and hear more about the "why" of it than just see
another finished product. Or if you wind up doing todomvc, please
comment the hell out of it (preferably in javascript). I appreciate
that you are keeping us regular (non-coffee) javscripters in mind.
Please continue to do so... there's a lot of us.
On Apr 29, 1:50 am, webster <
johan.olofs...@gmail.com> wrote:
> First, I'm the typically impatient when scanning new frameworks, and I've
> coded backbone etc.
> There should be a super compact 1 page complete example showing Templates,
> where stuff go in different files, events, any custom jQuery, databinding
> and racer load/save.
> The following text from the docs says exactly what derby is about, and what
> you should show in the 1 page example:
> *"Derby eliminates the tedium of wiring together a server, server
> templating engine, CSS compiler, script packager, minifier, client MVC
> framework, client JavaScript library, client templating and/or bindings
> engine, client history library, realtime transport, ORM, and database. It
> elminates the complexity of keeping state synchronized among models and
> views, clients and servers, multiple windows, multiple users, and models
> and databases."*
>
> I don't know where to put my existing custom jQuery or UI plugins, how to
> integrate bootstrap or boilerplate. (the pre-defined templates are
> confusing)
> The docs in general have too much text between the code sections, and I
> would prefer to see the whole code example while reading.
>
> What about a sample collab. editor with a start page showing all existing
> documents and a jQuery UI dialog for options??
> "$: derby new -demo-app"