Hacker News new | ask | show | jobs
by qvq 1918 days ago
That's awesome you spend effort to use JS in as many browsers as possible. Most sites that must work in all browsers usually avoid JS altogether.

Have you thought about creating a library for this? It could be used for progressive enhancement on sites that would normally have no JS.

1 comments

I've gradually grown it into a hybrid frsmework which can be either static HTML, dynamically updated, or a middle ground (via access.log)

All the JS modules are also optional, and can be turned off with one setting.

It is not production ready yet, but demos and code can be accessed via my profile.