re-frame

https://github.com/Day8/re-frame/blob/master/docs/README.md https://github.com/Day8/re-frame/blob/master/docs/External-Resources.md
Richie 2021-05-21T01:43:46.015400Z

(day8.re-frame-10x.view.components/simple-render) Use of undeclared Var day8.re-frame-10x.view.components/simple-render

Richie 2021-05-21T01:43:49.015600Z

still…

Richie 2021-05-21T01:46:09.015800Z

Thanks for pointing that out though. I didn’t know.

Richie 2021-05-21T01:47:53.016Z

Oh I have 1.0.2 as a dependency right now.

Richie 2021-05-21T15:39:46.018600Z

Hey. I explored the idea of folding events into app state and recorded it here: https://gist.github.com/rgkirch/83428bec5a68f23f76ba9366fdf4c21a

Richie 2021-05-21T15:40:21.019Z

Thanks for helping me with re-frame! It’s fun.

2021-05-21T15:56:50.020500Z

hi, I am trying to run the tests according to the documentation in CONTRIBUTING.md but lein test-once does not work.

2021-05-22T11:56:01.020800Z

How do you know?

2021-05-22T13:01:05.021400Z

I tried to run it and I got this output:

➜  re-frame git:(master) ✗ lein test-once 
'test-once' is not a task. See 'lein help'.

superstructor 2021-05-23T05:27:05.021800Z

Apologies the documentation is out of date. Its either lein ci for karma-based run-once test or lein watch for auto-compile/auto-reload browser test ui. I have updated CONTRIBUTING.md

👍 1
2021-05-23T09:15:41.022100Z

Thank you