om

Om but in javascript

半腔热情 提交于 2019-11-26 09:15:36
问题 I\'m getting to be a fan of David Nolen\'s Om library. I want to build a not-too-big web app in our team, but I cannot really convince my teammates to switch to ClojureScript. Is there a way I can use the principles used in om but building the app in JavaScript? I\'m thinking something like: immutable-js or mori for immutable data structures js-csp for CSP just a normal javascript object for the app-state atom immutable-js for cursors something for keeping track of the app-state and sending