My personal experience: I was able to go from a static html design mockup to a moderately dynamic page suitable for user testing in about 10 minutes, having never seen the library before. It seems to be really ideal for prototyping.
Although it has limited use in your typical django/rails web app, it's an important tool to have in your chest because sometimes it makes so much sense.
For example, you pull some data into the browser as JSON and need to format it as DOM nodes.
2 comments
[ 3.3 ms ] story [ 14.3 ms ] threadAlthough it has limited use in your typical django/rails web app, it's an important tool to have in your chest because sometimes it makes so much sense.
For example, you pull some data into the browser as JSON and need to format it as DOM nodes.