Call Object.freeze(obj) recursively on all unfrozen properties of obj that are functions or objects.Based in part on the code snippet from the MDN wiki page on Object.freeze(), which is released to the public domain.
freeze deep object recursiveA TINY, fail-fast, lazy, "naked", simple immutable Javascript objects library. Immu does not attempt to add functionality to Arrays, introduce complex data structures like Map and Set, or provide a complete solution with cursors and stores. Immu is meant to be the simplest possible solution to providing immutable objects while maintaining the native API for those objects (including Array methods).
immutable data structure freezeUtilities for treating frozen JavaScript objects as persistent immutable collections. Object.freeze() is a quick and easy way to get immutable collections in plain JavaScript. If you recursively freeze an object hierarchy, you have a nice structure you can pass around without fear of mutation. The problem is that if you want to modify properties inside this hierarchical collection, you have to return a new copy with the properties changed.
freeze frozen immutable persistent collections structural sharing update moriTiny library with most common/useful decorators. Think of it as underscore.js, but with class. Extends decorated class with all enumerable properties from ArrayOfMixins passed as argument.
decorators babel ecmascript es7 ecmascript7 bind debounce freeze mixin seal throttledjango-freeze generates the static version of your django site. All these settings are optional, if not defined in settings.py the default values (listed below) will be used.
django pypi freeze static site generator medusa zip download generate offline html websiteRedux middleware that prevents state from being mutated anywhere in the app. When mutation occurs, an error will be thrown by the runtime. This is useful during development mode to ensure that no part of the app accidentally mutates the state.
redux react redux-middleware redux-freeze immutable flux middleware freeze immutabilitySimple state management whitout bloating API and Concept for Vue.js
vue-js immutable freeze vue-freeze library javascript-plugin vue-plugin state-management vue-awesome freezer-js easy-state-management clean-code simple-state-management
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.