Immutable Data Collections
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.
a date and time library for javascript
A bunch of reactive utility types and functions, for building primitives with Solid.js
Immutable JSON patch with support for reverting operations
Immutability helpers with fast reads and acceptable writes
React PureComponent implementation embracing Immutable.js
Immutable ArrayBuffer (the shim!)
A JavaScript library for efficient immutable updates
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.
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
Collection of utility function for use with Draftjs.
Immutable version of dot-prop with some extensions
Transit serialisation for Immutable.js
A React framework for building text editors.
Chai assertions for Facebook's Immutable library for JavaScript collections
Redux middleware that detects mutations between and outside redux dispatches. For development use only.
Include ActiveRecord::Immutable in your ActiveRecord models to make your tables append-only.
A Rails plugin that will ensure an ActiveRecord object is immutable once saved. Optionally, you can specify attributes to be mutable if the object is in a particular state (block evaluates to true).
Make ActiveRecord objects immutable.
Validations for making ActiveRecord objects immutable.
Make specific attributes of an ActiveRecord model immutable
In a class inherited this class, constant variables get the behavior like records of ActiveRecord.
Immutable Attributes is an ActiveRecord extension that prevents existing data from changing
Immutable Attributes is an ActiveRecord extension that prevents existing data from changing
Generates memory-optimal immutable ActiveRecord dupes that are easily serializable and behaves much like ARs. Define required attributes before-hand and use them just as you would on an AR, for better memory optimization. Ideally, suitable in place of caching AR objects with cache stores like Memcached, where serialization and de-serialization are memory-hungry. Optars can save upto 90% of your memory(object allocations), while being upto 20x faster, when fetching huge AR results.
FuhenRecord is a Rails extension that makes ActiveRecord models immutable.
Fixed Models act like ActiveRecord models, but they are immutable and read from data files.
StaticRecord is a module allowing to perform ActiveRecord-like queries over Ruby files. Those act as immutable database records that only developers can alter. Their attributes are stored in a SQLite3 database re-created on startup. Queries instantiate each retrieved records.