Mout alternatives and similar modules
Based on the "Functional Programming" category.
Alternatively, view Mout alternatives based on common mentions on social networks and blogs.
-
lodash
A modern JavaScript utility library delivering modularity, performance, & extras. -
immutable
Immutable persistent data collections for Javascript which increase efficiency and simplicity. -
RxJS
Functional reactive library for transforming, composing, and querying various kinds of data. -
Bacon.js
Functional reactive programming library for TypeScript and JavaScript -
mori
ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript -
underscore-contrib
The brass buckles on Underscore's utility belt -
wild-wild-path
🤠Object property paths with wildcards and regexps 🌵 -
fp-army-knife
100% 🪖 code covered Functional programming 🔪 army knife -
Folktale
A suite of libraries for generic functional programming in JavaScript that allows you to write elegant, modular applications with fewer bugs, and more reuse.
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Mout or a related project?
Popular Comparisons
README
All code is library agnostic and consist mostly of helper methods that aren't directly related with the DOM, the purpose of this library isn't to replace Dojo, jQuery, YUI, Mootools, etc, but to provide modular solutions for common problems that aren't solved by most of them. Consider it as a crossbrowser JavaScript standard library.
Main goals
- increase code reuse;
- be clear (code should be clean/readable);
- be easy to debug;
- be easy to maintain;
- follow best practices;
- follow standards when possible;
- don't convert JavaScript into another language!
- be compatible with other frameworks;
- be modular;
- have unit tests for all modules;
- work on multiple environments (IE7+, modern browsers, node.js);
What shouldn't be here
- UI components;
- CSS selector engine;
- Event system - pub/sub;
- Template engine;
- Anything that isn't generic enough to be on a standard library;
- Anything that could be a separate library and/or isn't a modular utility...
API Documentation
Online documentation can be found at http://moutjs.com/ or inside the
doc
folder.
FAQ / Wiki / IRC
For more info about project structure, design decisions, tips, how to contribute, build system, etc, please check the project wiki.
We also have an IRC channel #moutjs on irc.freenode.net
License
Released under the MIT License.
*Note that all licence references and agreements mentioned in the Mout README section above
are relevant to that project's source code only.