Ask HN: What is your opinion on dojo framework?
5 points| berserkpi | 13 years ago
So, It would be nice to know what are your thoughts on dojo, and perhaps give some advice or share some good resource (beyond the basics contained in the docs).
For instance, for me, the only effective way to deal with problems and actually learn dojo has been reading the code.
jfaucett|13 years ago
One thing I might suggest is that you don't go about using dojo like you would jquery or most other libs, its not really designed around the jq principles of simple abstracted api based on selecting dom elements, etc. Its really a JS Framework for building apps (with widgets, etc) in js. I was kind of like you, I never found any tuts or resources, other than the src code, so sorry can't really help much there.
good luck though i think dojo is a great library
GarrettVD|13 years ago