#
state-tree
Here are 23 public repositories matching this topic...
The de-facto solution to flexible routing with nested views in AngularJS
-
Updated
Feb 18, 2021 - TypeScript
Full-featured reactive state management without the boilerplate
-
Updated
Feb 15, 2021 - TypeScript
A MobX powered state management solution based on data trees with first class support for Typescript, support for snapshots, patches and much more
reactive
state-management
mobx
immutability
mutability
functional-reactive-programming
frp
state-tree
snapshots
mobx-state-tree
mobx-keystone
data-trees
-
Updated
Mar 17, 2021 - TypeScript
redux
swift
flux
ios
memoization
rxswift
data-driven
uikit
mvvm
vuex
dispatcher
performance-monitoring
state-tree
verge
swiftui
store-pattern
state-shape
-
Updated
Mar 17, 2021 - Swift
UI-Router state visualizer and transition visualizer
react
javascript
angularjs
svg
angular
typescript
router
ui-router
transition
visualizer
state-tree
transition-visualizer
state-visualizer
-
Updated
Mar 15, 2021 - TypeScript
Predictable state container for React apps written using Hooks
-
Updated
Feb 11, 2019 - JavaScript
UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps
-
Updated
Mar 15, 2021 - TypeScript
Persist and hydrate MobX-state-tree stores (in < 100 LoC)
tree
local
mobx
storage
async
persistence
state
localstorage
session
mst
hydrate
sessionstorage
state-tree
persist
localforage
asyncstorage
mobx-state-tree
-
Updated
Dec 17, 2019 - TypeScript
Write once. Reduce anywhere.
-
Updated
Mar 1, 2021 - TypeScript
Sticky states for UI-Router 1.0
-
Updated
Mar 15, 2021 - TypeScript
An observable state tree is a normal object except that listeners can be bound to any subtree of the state tree.
-
Updated
Jan 6, 2021 - TypeScript
Adds support for nesting in the combineReducers utility method from Redux
redux
utility
ngrx
combinereducers
state-tree
ngrx-store
combinereducers-utility
state-shape
root-reducer
-
Updated
Jan 30, 2021 - TypeScript
Multiview observable state management engine
serialization
reactive
state-management
mobx
state-tree
game-state
delta-compression
multiview
state-schema
mosx
patch-compression
binary-patch
-
Updated
Jan 10, 2021 - TypeScript
A component model for Redux state trees.
-
Updated
Sep 25, 2017 - JavaScript
A C++ data structre (essentially a standard tree, but with features needed for state systems)
-
Updated
Aug 22, 2016 - C++
Learning Redux concepts through applying the redux framework using Vanilla JS to build a movie app to be used in the browser console so far 🤓 .
redux
javascript
mutations
dispatch-actions
state-tree
learning-redux
state-mutations
impure-functions
-
Updated
Mar 1, 2021 - JavaScript
-
Updated
Mar 11, 2021 - JavaScript
a mobx state tree example based on the ionic2 todo app written in angularjs
ionic
state-management
mobx
angular2
angular4
ionic-framework
ionic2
state-tree
mobx-demo
tutorial-code
angular-mobx
ionic2-examples
mobx-state-tree
ionic3
mobxautorun
-
Updated
Apr 18, 2018 - TypeScript
An utility of create the next immutable state with ES6 Proxy
-
Updated
Jan 14, 2018 - JavaScript
Improve this page
Add a description, image, and links to the state-tree topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the state-tree topic, visit your repo's landing page and select "manage topics."
When we have multiple iframes with the same origin, we can share objects between different iframe window. But immer produce has a check isPlainObject(), there is a condition "Object.getPrototype(xxx) === Object.prototype", which makes this scenario broken. Because the window.Object.prototype in different iframes have different instances. This condition will return false.
The basic repro example