Why ? -
Embedded js is a client side templating library, which is used to write cleaner HTML and JS code in the places that render html dynamically with javascript. Results in easy to write, clean, readable and maintainable code base.
Problem -
We have been working on a simple ajax based messaging app where as messages come they are updated in the UI through ajax. The messages are of different t...
Continue reading