Hacker News new | ask | show | jobs
by btdiehr 3773 days ago
What do you suppose you should do when people start demanding interactive features and capabilities that can only be done client side? For a lot of us the alternative of doing things on the server is a significantly worse UX.
1 comments

> What do you suppose you should do when people start demanding interactive features and capabilities that can only be done client side

You are free to use jQuery in your theme (aka frontend code), or D3 for visualization, or any other JS stuff you may need. On a private project, I'm using a current jQuery, D3, and SCSS and it works quite fine for me.

The only thing in D7 that can be a major PITA is proper multi-language support, because it's a bit sparsely documented.