@hoon @chris @iosoho hey! Chris would prob have the best answer here but I’d say init should be used for initialization of bindings and similar necessary dependency injections as oppose to, for example I believe Chris mentioned, if you need to initialize a URL which doesn’t need to be done in init, that should be done in .onAppear.