Fork me on GitHub
#clojurescript
<
2023-06-05
>
hifumi12321:06:44

Is it possible to use defspec with testing in order to provide some “human readable explanation” of what property is being tested? Or is my only option manually writing deftest + testing then invoking tc/quick-check myself?

Derek22:06:07

test.chuck offers a nice solution to this https://github.com/gfredericks/test.chuck#alternate-clojuretest-integration with its checking macro

👍 2
Kent Bull22:06:30

What is the best current React Native + ClojureScript story today?

phill23:06:53

ClojureDart + Flutter?

Colin (fosskers)01:06:17

How stable is that? I'm also curious about it

Kent Bull03:06:21

I found https://github.com/PEZ/rn-rf-shadow and it got me started with the libraries I wanted to use. That’s good enough for me. Live reload and easy bootstrapping, that is what I needed.

wojciech07:06:20

@U02SLLZ1STE I'm planning to go with https://github.com/vouch-opensource/krell for that, but haven't had a chance to try yet.

2
wojciech07:06:22

@U0HG4EHMH As for ClojureDart and Flutter, as far as I understood from podcasts with the authors the current state is that "it works" meaning you can write Dart in Clojure, but any library / native API integration (which happens all the time in mobile dev) is a time-consuming process. It might be okay for a small hobby app, but I wouldn't dare to try it for anything professional. Did you try it yourself and can recommend it?

Kent Bull22:06:35

I’m starting a greenfield project.