Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
It is a TypeScript-based open-source web application framework. It is a development platform for building mobile and desktop web applications. | Automatically completes the merge process from the small Reducers to the main Reducer by explicitly expressing the dependencies between components. |
Progressive Web Apps;
Native;
Code Generation;
Code Splitting
| Functional Programming; Predictable state container; Pluggable componentization; Non-destructive performance |
Statistics | |
GitHub Stars 99.2K | GitHub Stars 7.3K |
GitHub Forks 26.7K | GitHub Forks 843 |
Stacks 3.8K | Stacks 0 |
Followers 4.8K | Followers 17 |
Votes 499 | Votes 0 |
Pros & Cons | |
Pros
Cons
| No community feedback yet |
Integrations | |

AngularJS lets you write client-side web applications as if you had a smarter browser. It lets you use good old HTML (or HAML, Jade and friends!) as your template language and lets you extend HTML’s syntax to express your application’s components clearly and succinctly. It automatically synchronizes data from your UI (view) with your JavaScript objects (model) through 2-way data binding.

It is a library for building interactive web interfaces. It provides data-reactive components with a simple and flexible API.

A JavaScript framework that does all of the heavy lifting that you'd normally have to do by hand. There are tasks that are common to every web app; It does those things for you, so you can focus on building killer features and UI.

Backbone supplies structure to JavaScript-heavy applications by providing models 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.

It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test. t provides a great experience, such as live code editing combined with a time traveling debugger.

Aurelia is a next generation JavaScript client framework that leverages simple conventions to empower your creativity.

MobX is a battle tested library that makes state management simple and scalable by transparently applying functional reactive programming (TFRP). React and MobX together are a powerful combination. React renders the application state by providing mechanisms to translate it into a tree of renderable components. MobX provides the mechanism to store and update the application state that React then uses.

Mithril is around 12kb gzipped thanks to its small, focused, API. It provides a templating engine with a virtual DOM diff implementation for performant rendering, utilities for high-level modelling via functional composition, as well as support for routing and componentization.

It is a JavaScript library with a RESTful JSON interface and is based on the Model–view–presenter application design paradigm. Backbone is known for being lightweight, as its only hard dependency is on one JavaScript library, Underscore.js, plus jQuery for use of the full library.

Small, fast and scaleable bearbones state-management solution. Has a comfy api based on hooks, that isn't boilerplatey or opinionated, but still just enough to be explicit and flux-like.