Replies: 3 comments 13 replies
-
I don’t know if my situation is at all typical, but browser support would be huge for me. I’m not a professional developer, but I know enough that I’m able to write simple tools that would make my job much easier/more pleasant. The catch is that getting new applications approved on my firm’s machines is a pain, so writing programs to run in the browser is the only realistic way for me to build and use my own tools. Having something like this project to handle persistence in, say, indexeddb would be huge for my particular, admittedly-maybe-not-so-common use case. I’ve tried interfacing with it directly and have gotten stymied (again, not a pro…) |
Beta Was this translation helpful? Give feedback.
-
Hi! Any news here? It seems there is an outstanding PR and the branch mentioned in the Datahike in ClojureScript with IndexedDB support blog post. It seems there has been a lot going on, now and then. I eagerly await this feature's arrival. |
Beta Was this translation helpful? Give feedback.
-
Hey @garbados! We have focused to get the JVM version running smoothly first, cover also native builds (which are harder to recover later once you have problematic dependencies) and deliver the distributed memory model with the default transaction interface of the new REST server with JSON support. @pkpkpk and I are now looking into porting the durability in the persistent sorted set to ClojureScript, which is the first step to complete Datahike ClojureScript support. Hopefully this can be done in the next few weeks and then we will have to plan for how to render the Datahike codebase async+sync. What are you particularly interested in? Also more help would definitely speed things up. |
Beta Was this translation helpful? Give feedback.
-
Should we support ClojureScript in the browser?
Beta Was this translation helpful? Give feedback.
All reactions