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
deadghost 2020-10-13T20:33:07.104100Z

In the re-frame docs, 3 methods of building db are listed for testing: https://day8.github.io/re-frame/Testing/#event-handlers-setup-part-1. Anyone just generate the db using clojure.spec to good results?

deadghost 2020-10-13T20:35:50.105400Z

Part 1 approach is very time consuming, Part 2 approach could require API services to be up to build the db, Part 3 approach could also require API services to be up as well

deadghost 2020-10-13T20:36:24.105800Z

Generating the db for testing seems like an evolution/variation of the Part 1 approach