Composite Framework Built on knockoutjs

93 views
Skip to first unread message

dande...@gmail.com

unread,
Dec 10, 2012, 6:35:13 PM12/10/12
to knock...@googlegroups.com
Hey,

I've built a composite Javascript framework on top of knockout that makes building rich, loosely coupled, single page Javascript apps much easier.

A blog post series with walk throughs and samples can be found at http://danderson00.blogspot.com.au/2012/08/introducing-knockoutcomposite.html

Any feedback you have would be great!


Thanks,

Dale Anderson

shau...@gmail.com

unread,
Dec 11, 2012, 4:19:09 PM12/11/12
to knock...@googlegroups.com, dande...@gmail.com
looks really interesting... haven't really spent much time on it but looks promising. Is the json object as part of the hash a requirement or is there another way to do it? Not a big fan of that part.

shau...@gmail.com

unread,
Dec 11, 2012, 4:24:06 PM12/11/12
to knock...@googlegroups.com, dande...@gmail.com, shau...@gmail.com
I'm referring to example 6 in case that wasn't clear.

Dale Anderson

unread,
Dec 11, 2012, 5:52:35 PM12/11/12
to shau...@gmail.com, knock...@googlegroups.com
That's currently how it tracks the history stack and enables back and forward buttons and bookmarking. It could use the HTML5 history API and fall back to using hash tags in older browsers.. 

The content of the hash tag is a serialised representation of the data object passed to the navigation pane. It could serialise this in a different way too, or base64 encode it.

It does seem to work fairly consistently across browsers anyway.

Dale Anderson

unread,
Dec 11, 2012, 10:23:20 PM12/11/12
to shauntck, knockoutjs
I should add it's being used in the development of a large scale production app, so it's fairly solid. It has some rough edges but generally it's really sweet to work with.
Reply all
Reply to author
Forward
0 new messages