yada

deva 2019-05-05T19:26:53.038800Z

Yada team, I followed your online documentation and went ahead with starting a new project based on edge. Now in the latest code example, seems like even resources are configured as components. Can you please point me to the right documentation for better understanding. Thanks in advance

dominicm 2019-05-05T19:43:05.039600Z

@gdrte The current (unwritten) recommendation is that you create yada resources as their own components, this granularity allows you to more easily understand the dependencies of a resource. I have a WIP guide that should help clear this up, but it's not yet published. You can do everything in code though, and Edge works fine with that too!

👍 1
deva 2019-05-06T19:37:52.044900Z

so If I do everything in code, what about the edge.lib.prod which is starting the app from config.edn?

dominicm 2019-05-06T19:49:44.046800Z

Your config.edn will need a reference to a top level component which calls all your code

deva 2019-05-06T19:50:10.047Z

I see. got it. Thanks

deva 2019-05-06T19:52:01.047200Z

I guess config root object is still :ig/system