realar-project / realar

5 kB Advanced state manager for React
MIT License
44 stars 0 forks source link

ver very low: proposal proxy property #75

Closed betula closed 3 years ago

betula commented 3 years ago
const v = value({});
v.proxy.a = 10;
v.update.proxy(p => { // one transaction
  p.b = (p.a += 15);
});
betula commented 3 years ago

Added to "the stream of conciseness 0.7+ roadmap"