Reuseing resources across different projects - microservice architecture
Hi there,
I'm pretty excited about using refine. I have tinkered around with it in one of my projects. But I do have a usecase which I do not see covered.
Let's assume you have multiple microservices and want to provide a small frontend for each of the microservices. So this can be deployed independently.
Now you also want to have a complete dashboard which spans multiple microservices and you want to make use of the already created resources in the individual frontends. In some occassions you want to add additional references, like links between resources. How can I do this with refine? I want to reuse as much as possible.
When I simply try to import the List component from another refine project, I end up with an error:
This might be trivial but I'm grateful for any suggestions and think this is a common use case.
I'm pretty excited about using refine. I have tinkered around with it in one of my projects. But I do have a usecase which I do not see covered.
Let's assume you have multiple microservices and want to provide a small frontend for each of the microservices. So this can be deployed independently.
Now you also want to have a complete dashboard which spans multiple microservices and you want to make use of the already created resources in the individual frontends. In some occassions you want to add additional references, like links between resources. How can I do this with refine? I want to reuse as much as possible.
When I simply try to import the List component from another refine project, I end up with an error:
This might be trivial but I'm grateful for any suggestions and think this is a common use case.
