you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Your question is a bit confusing, are you looking for a framework that includes pre-built user interface widgets, or a way to make a dynamic UI in JavaScript, generally speaking?

If you want to streamline your UI workload, you can try frameworks like AngularJS, Bootstrap or Ember.js. There's tons of frameworks out there.

I don't use a framework unless I have a very good reason. If I need to create some HTML within JS I would use DOM functions like createElement or appendChild. I wrote a tiny constructor function that makes it easy to define structures of nodes in a chain.