Fork me on GitHub
#yada
<
2019-05-05
>
deva19:05:53

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

dominicm19:05:05

@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!

👍 4
deva19:05:52

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

dominicm19:05:44

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

deva19:05:10

I see. got it. Thanks

deva19:05:01

I guess config root object is still :ig/system