documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Extra attention is needed
#
mutable
Here are 42 public repositories matching this topic...
BULL - Bean Utils Light Library
java
mapping
mapper
transformations
java-bean
mutable
transformation
immutable-objects
bull
hacktoberfest
beancopy
beanutils
-
Updated
Apr 9, 2022 - Java
A factory contract for creating metamorphic (i.e. redeployable) contracts.
-
Updated
Jan 10, 2022 - JavaScript
A state management library for React combined immutable, mutable and reactive mode
-
Updated
May 6, 2021 - TypeScript
Mutable state enhancer library for React by @vue/reactivity
react
mobx
reactjs
mutable
mobx-react
mutable-state
react-vue
react-state-management
react-state
react-hooks
vue-react
vue-composition-api
composition-api
react-composition-api
veact
react-mutable
react-mutable-state
-
Updated
Mar 25, 2022 - TypeScript
State containers with dirty checking and more
react
javascript
flux
data
typescript
state-management
types
mobx
model
state
observable
class
data-flow
functional-reactive-programming
properties
frp
mutable
nested
-
Updated
Aug 31, 2020 - JavaScript
A reactive event based state management library
-
Updated
Mar 2, 2022 - TypeScript
Relational Mutable State Manager
-
Updated
Jul 26, 2020 - TypeScript
A wrapper around Android Paging Library's DataSources to allow the free mutation of their resulting items.
-
Updated
Apr 23, 2021 - Kotlin
The Plaits Macro Oscillator ported to MU
-
Updated
Apr 14, 2019
indexed-priority-queue 是C++编程语言实现的开源的可以快速改变某个指定元素值的优先级队列。它通过为优先级队列中每个元素维护一个索引Index值来实现快速修改特定元素值且又保证堆性质的目的。
-
Updated
Dec 21, 2021 - C++
Mutable, observable state for use with frameworks like React
-
Updated
Oct 12, 2017 - JavaScript
A simple blockchain web interface based on BlockMatrix Implementation
blockchain
mutability
mutable
blockchain-technology
data-integrity
blockchain-platform
noidea
whatamidoing
-
Updated
Apr 30, 2021 - Java
Mutable package provides object changes tracking features and the way to set values to the struct dynamically by the destination field name (including nested structs)
-
Updated
May 14, 2020 - Go
aiohttp extension for creating and modifying dynamic routes in runtime
-
Updated
Apr 11, 2022 - Python
Fast, mutable, packed records for Java
-
Updated
Jun 23, 2019 - Java
Performance extensions to the java.math Java API.
benchmark
native
algorithms
jit
optimized
arbitrary-precision
decimal
jni
unsigned
fastest
biginteger
bigdecimal
mutable
fixed-point
bigint
heap-allocation
critical
-
Updated
Oct 13, 2021 - HTML
A CPython extension module for mutating immutable types and monkey patching built-ins. 🍱
-
Updated
Jun 30, 2019 - C
Copy-On-Write iterable list
-
Updated
Sep 17, 2020 - TypeScript
Improve this page
Add a description, image, and links to the mutable topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mutable topic, visit your repo's landing page and select "manage topics."


What is the proper way to update a specific value inside an array without knowing its index?
I'm migrating to Valtio and I was doing it like so: