Vue.js!

Vue.js alternatives

  • AngularJS

  • HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.

    tags: built-in-routing developer-tools dynamic-html framework javascript
  • Polymer

  • Polymer is a library that uses the latest web technologies to let you create custom HTML elements. Build anything from a button to a complete application as an encapsulated, reusable element that works across desktop and mobile.

    tags: developer-tools framework javascript-development mvc web-development
  • ember.js

  • You can write less code with Ember's Handlebars integrated templates that update automatically when the underlying data changes.

    tags: javascript javascript-library mvc-pattern
  • Backbone.js

  • Backbone supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.

    tags: framework javascript javascript-library mvc
  • KnockoutJS

  • Knockout is a JavaScript library that helps you to create rich, responsive display and editor user interfaces with a clean underlying data model. Any time you have sections of UI that update dynamically (e.g., changing depending on the user’s actions or when an external data source changes), KO can help you implement it more simply and maintainably.

    tags: developer-tools framework javascript javascript-library mvc
  • Mojo.JS

  • A non-opinionated, totally customizable JavaScript framework designed for writing programs that scale across any platform.

    tags: front-end javascript mvc mvvm mvw
  • slim.js

  • Lightning fast web authoring library targeted at creating web components with data binding, repeaters and more features. http://slimjs.com

    tags: javascript web-components
  • RiotJS

  • Riot lets you build user interfaces with custom tags using simple and enjoyable syntax. It uses a virtual DOM similar to React but faster. Riot is very tiny compared to industry standards. We think there is a clear need for another UI library.

    tags: framework frontend javascript library riot
  • Microsoft Web Framework

  • MWF works together as a series of page types, modules, and components. It’s a system that allows site authors to consider how best to tell the story of Microsoft products and services with confidence that the modular pieces will support and work together.

    tags: web-framework
  • Cyclow

  • Cyclow is a new reactive frontend framework for JavaScript

    tags: framework frontend javascript
  • NX framework

  • The NX core is a tiny library, responsible for one thing only. It allows you to create and combine components and middlewares. A component excutes its middlewares when it is attached to the DOM and gains all the added functionalities from them. NX comes with some core middlewares out of the box, which you can find listed below.

    tags: easy-to-use framework javascript web-development
  • Marko

  • Marko is a modern, progressive UI library built and used by eBay for fast and friendly web development. It provides an elegant and readable syntax for both single-file components and components broken into separate files and includes a bunch of examples and an intuitive tool to try it out online.

    tags: development-library ui-framework
  • Preact

  • Preact is a fast UI framework with the same same ES6 API as React but just 3kB in size. Virtual DOM Components and high React compatibility help with familiarity and re-usability.

    tags: frontend javascript-development javascript-library ui-framework user-interface
  • Rax

  • Rax is a universal JavaScript library built and used by Alibaba.com that has a largely React compatible API.

    tags: frontend javascript-library ui-framework web-development