Skip to content

Instantly share code, notes, and snippets.

@justinbmeyer
Created October 3, 2011 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinbmeyer/1258528 to your computer and use it in GitHub Desktop.
Save justinbmeyer/1258528 to your computer and use it in GitHub Desktop.
Things you might not know about JavaScriptMVC
  1. You can use every part on its own via the download builder.

  2. It's core MVC components are only 7k minified and gzipped.

  3. You can make changes and just refresh your browser. But for production, you can build all your files into a single script.

  4. FuncUnit can simulate complex user actions and run your tests in Selenium or PhantomJS.

  5. It's MIT licensed, 3 years old and maintained by Jupiter Consulting and several contributors.

  6. It can make your ajax-app crawlable.

  7. It has a host of DOM events and extensions for things like Drag-Drop, swipe, and hover events, Text Ranges, Form Helpers, browser history, and much much more.

  8. It encourages a particular folder structure, but works with any system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment