hodur-org / hodur-engine

Hodur is a domain modeling approach and collection of libraries to Clojure. By using Hodur you can define your domain model as data, parse and validate it, and then either consume your model via an API or use one of the many plugins to help you achieve mechanical results faster and in a purely functional manner.
MIT License
281 stars 13 forks source link

Usage in CLJS app #19

Open tkachenko1503 opened 4 years ago

tkachenko1503 commented 4 years ago

Hello. This project looks promising. I'm just curious, could the hodur-engine be used on the frontend side. As I understood it already uses a Datascript but it's not clear how to use it in the application. Should I leave the meta-db untouched and save actual entities in other Datascript DB. Or hodur is not intended to be used like that? Would be great to see some working minimal cljs application Thanks

onetom commented 4 years ago

My understanding is, that the model visualizer is an example of using a hodur model from a CLJS app.