awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rtfeldman avatar

rtfeldman/seamless-immutableArchived

0
View on GitHub↗
5,339 estrellas·198 forks·JavaScript·BSD-3-Clause·21 vistas

Seamless Immutable

Esta es una librería de datos inmutables en JavaScript utilizada para crear objetos y arrays que impiden la mutación directa. Sirve como un gestor de estado inmutable y wrapper de objetos diseñado para garantizar la consistencia de los datos bloqueando las modificaciones mientras permanece compatible con la sintaxis estándar de JavaScript.

La librería funciona como un convertidor que transforma datos mutables estándar en estructuras congeladas y puede convertirlos de nuevo para modificaciones locales. Esto permite un flujo de trabajo donde los datos se cambian entre versiones inmutables y mutables para realizar ediciones masivas antes de bloquear el estado de nuevo.

El proyecto proporciona capacidades para la transformación de datos anidados, incluyendo actualizaciones basadas en rutas, fusión profunda de objetos y consulta de valores dentro de jerarquías profundas. También admite transformaciones de array a objeto, eliminación de propiedades mediante predicados y la capacidad de detectar si una estructura es inmutable.

Features

  • Immutability Converters - Transforms plain JavaScript objects and arrays into immutable data structures that block mutation.
  • Immutable Data Management - Prevents accidental state changes by providing objects and arrays that cannot be modified after creation.
  • Immutability Converters - Creates shallow or deep mutable copies of immutable structures to enable standard JavaScript modifications.
  • Immutable Array Updates - Produces new immutable structures by setting values or applying transformer functions to nested paths.
  • Path-Based Value Retrieval - Fetches a specific value from a nested path within an immutable structure with default value fallback.
  • Nested Data Extractors - Retrieves values from deep nested paths within immutable structures, providing a default value if the path is missing.
  • Recursive Structure Processors - Traverses and transforms nested JavaScript objects and arrays into immutable versions using recursive locking.
  • Mutable Stores - Transforms immutable objects and arrays back into standard mutable structures for state updates.
  • Immutable Data Libraries - Provides a comprehensive set of immutable objects and arrays compatible with standard JavaScript syntax.
  • Mutation Blocking Mechanisms - Prevents object modifications by overriding prototypes with frozen states or write-blocking proxies.
  • Immutable Data Structures - Creates objects and arrays that cannot be modified after creation to ensure total data consistency.
  • Immutable State Utilities - Provides tools for managing application state through deep merging and path-based immutable updates.
  • Nested Data Transformers - Provides utilities for recursively traversing and transforming nested dictionaries and lists without mutation.
  • Path-Based Tree Traversers - Implements algorithms for navigating and updating deep tree structures using specific access paths.
  • Path-Based Nested Updates - Provides utilities for updating specific values within deeply nested objects using key paths.
  • Predicate-Based Element Filtering - Allows removing elements from immutable collections based on a boolean predicate function.
  • Immutability Wrappers - Wraps standard JavaScript collections to block direct modifications and ensure data consistency.
  • Immutable Mutation Batching - Optimizes immutable updates by applying multiple changes to a temporary mutable copy before re-freezing.
  • Map Key Removals - Excludes specific keys or elements from immutable objects or arrays based on a provided predicate.
  • Object Property Omission - Creates new immutable objects by excluding specific keys or elements that match a predicate.
  • State Consistency Patterns - Implements patterns to ensure predictable application state by enforcing immutable data structures.
  • Immutable Value Transformers - Allows applying transformer functions to properties to calculate new values while maintaining immutability.
  • Object Merging - Combines multiple objects into a single immutable structure with support for deep merge configurations.
  • Immutable Object Merging - Provides logic to combine multiple data sources into a new frozen object without mutating original inputs.

Historial de estrellas

Gráfico del historial de estrellas de rtfeldman/seamless-immutableGráfico del historial de estrellas de rtfeldman/seamless-immutable

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Seamless Immutable

Proyectos open-source similares, clasificados según cuántas características comparten con Seamless Immutable.
  • kolodny/immutability-helperAvatar de kolodny

    kolodny/immutability-helper

    5,187Ver en GitHub↗

    immutability-helper is an immutable data manipulation library and object utility used for creating modified copies of objects and arrays. It functions as a command-based state manager and functional data transformer that ensures original source data remains unchanged during updates. The library distinguishes itself by using a declarative set of mutation commands and descriptors to specify changes. It preserves reference equality by returning the original object reference if no actual changes occur during the mutation process. It provides capabilities for deep cloning nested structures and pe

    TypeScript
    Ver en GitHub↗5,187
  • lightbend/configAvatar de lightbend

    lightbend/config

    6,309Ver en GitHub↗

    This is a configuration library for JVM applications that parses HOCON, JSON, and Java properties files into an immutable tree structure. It resolves ${...} placeholders by traversing the configuration tree and falling back to environment variables and system properties, and validates loaded configurations against a reference schema. The library loads configuration from classpath resources, files, URLs, system properties, and environment variables, merging them with priority-based override semantics. It provides typed value access with automatic type coercion, supports dot-path navigation,

    Javaconfiguration-libraryhoconsupported
    Ver en GitHub↗6,309
  • angus-c/justAvatar de angus-c

    angus-c/just

    6,204Ver en GitHub↗

    Just is a collection of JavaScript utility libraries designed for data manipulation, functional programming, performance optimization, statistical analysis, and string processing. It provides a set of tools for deep cloning, filtering, and transforming complex objects and arrays. The project is structured as a series of zero-dependency modules, allowing utilities to be used independently to minimize bundle size. It implements functional programming patterns including currying, piping, and partial application, and provides execution control through memoization, debouncing, and throttling. The

    JavaScript
    Ver en GitHub↗6,204
  • louthy/language-extAvatar de louthy

    louthy/language-ext

    7,057Ver en GitHub↗

    language-ext is a functional programming framework for C# that provides a suite of immutable data structures and monadic types. It enables the implementation of pure functional programming patterns, utilizing containers to manage side effects, optional values, and error handling. The library is distinguished by its advanced concurrency and state management tools, including a software transactional memory system and lock-free atomic references. It also provides specialized utilities for distributed systems, such as vector clocks for causality tracking and deterministic data conflict resolution

    C#
    Ver en GitHub↗7,057
Ver las 30 alternativas a Seamless Immutable→

Preguntas frecuentes

¿Qué hace rtfeldman/seamless-immutable?

Esta es una librería de datos inmutables en JavaScript utilizada para crear objetos y arrays que impiden la mutación directa. Sirve como un gestor de estado inmutable y wrapper de objetos diseñado para garantizar la consistencia de los datos bloqueando las modificaciones mientras permanece compatible con la sintaxis estándar de JavaScript.

¿Cuáles son las características principales de rtfeldman/seamless-immutable?

Las características principales de rtfeldman/seamless-immutable son: Immutability Converters, Immutable Data Management, Immutable Array Updates, Path-Based Value Retrieval, Nested Data Extractors, Recursive Structure Processors, Mutable Stores, Immutable Data Libraries.

¿Qué alternativas de código abierto existen para rtfeldman/seamless-immutable?

Las alternativas de código abierto para rtfeldman/seamless-immutable incluyen: kolodny/immutability-helper — immutability-helper is an immutable data manipulation library and object utility used for creating modified copies of… lightbend/config — This is a configuration library for JVM applications that parses HOCON, JSON, and Java properties files into an… angus-c/just — Just is a collection of JavaScript utility libraries designed for data manipulation, functional programming,… louthy/language-ext — language-ext is a functional programming framework for C# that provides a suite of immutable data structures and… d5/tengo — Tengo is a dynamic, embeddable scripting language for Go applications that allows for the execution of custom scripts… caiorss/functional-programming — This repository serves as an educational resource and tutorial collection focused on the principles and implementation…

Colecciones destacadas con Seamless Immutable

Colecciones seleccionadas manualmente donde aparece Seamless Immutable.
  • Librerías de gestión de estado para frontend