'Deep properties setter and getter for immutable objects'
Immutable Data Collections
Immutable setter and getter library that works on JSON data
Check the immutability of TypeScript types
PropType validators that work with Immutable.js.
redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state.
Return an accessor function for setting an element in an indexed array-like object.
a date and time library for javascript
utilities to create immutable state
A bunch of reactive utility types and functions, for building primitives with Solid.js
Sets default values in request properties according to defaults defined in openapi parameter lists.
Immutable ArrayBuffer (the shim!)
Immutable JSON patch with support for reverting operations
Immutability helpers with fast reads and acceptable writes
React PureComponent implementation embracing Immutable.js
Modify deep object properties without modifying the original object (immutability). Works great with React and Redux.
Serialize unserializable data and parse it back.
Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
A JavaScript library for efficient immutable updates
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
Internationalized calendar, date, and time manipulation utilities
Chrome Dev Tools formatter for the Immutable JS library
React JSON Viewer Component, Extracted from redux-devtools
Immutable finite list objects with constant-time equality testing (===) and no memory leaks
This gem allows you to define "immutable" objects, when using it your objects will only have getters and no setters.So, if you change an attribute of the object, you’ll have a new object instance.
A version of Ruby's Struct class that creates classes whose instances are immutable. It works just as Struct, but there are no setters, and you can't use []=. As a bonus feature the constructor of classes inheriting from ImmutableStruct can take named parameters in the form of a hash.