I have a code base that uses a lot of get and get-in for nested forms. I want to be able to use native javascript objects without (a lot of) code rewriting.
js> cljs.user.o = {foo: 42} // in
I have a code base that uses a lot of get and get-in for nested forms. I want to be able to use native javascript objects without (a lot of) code rewriting.
js> cljs.user.o = {foo: 42} // in