Is it a good idea to have a component of dynamic o...
# mvikotlin
r
Is it a good idea to have a component of dynamic on demand feature as nullable child component? https://gist.github.com/rustamsmax/b8768f4546d8a4b1eb256402527f6f8c
a
In general seems ok. But why is it called "on demand"?
r
In-demand feature module won't be shipped with app installation. It will be available if user has specific roles
a
In this case sounds reasonable. I would call it "optional" though.
🙏 1