| Hey Everyone, I'm the guy who built this, based on my own experience and DHH's comments on the Basecamp2 architecture. It's an attempt to keep things simple and lightweight while still getting many of the UX advantages of newer MVC frameworks. I've tried a few different hooks for the project: "Javascript-free AJAX" "A simpler AngularJS" "Declarative AJAX" Any feedback on the best way to sell it would be appreciated. Also, if anyone is interested in working on the project, there are two major areas left: - Getting the History API smoothed out - Making transitions pluggable Please let me know if you are interested: @carson_gross |
What you mean by that is obviously that the user of the library doesn't need to write JavaScript to use your library. But when it comes to web design, here is actually such a thing as writing functionality that works without JavaScript enabled in the browser (often called graceful degradation).
Normally I would not fuss over such a detail, but since literal JavaScript-free/optional functionality is an actual topic in webdesign, I would encourage you to pick a better phrase for your library (which runs and requires JavaScript), as to avoid confusion that the library itself would work without JavaScript enabled.
I like the phrase "Declarative AJAX", although it might be a bit on the technical side of your target audience.