Szymon

Results 59 comments of Szymon

work is being done here https://github.com/TokamakUI/Tokamak/issues/530

https://github.com/TokamakUI/Tokamak/pull/538#discussion_r1299233865

https://github.com/TokamakUI/Tokamak/pull/538#discussion_r1299235524

@ahti Are those improvements relevant to this ticket? Do I read the code right? https://github.com/TokamakUI/Tokamak/issues/547

Yes, I've tested it. We miss the private lifecycle methods yet. _onUpdate, _onMount etc

@ahti To facilitate tracking and further discussion on these points you've mentioned, shall we create separate tickets or issues for them? This will help us keep a structured record of...

Do you guys think, we should address in this PR private lifecycle methods such as `_onMount` and `_onUpdate` if we are addressing onAppear and others?

I'm actually not sure, but we use it in OnCHangeModifier I've added in gestures PR, as it nicely delivers functionality to capture old & new value I can, see it...

> Okay so I've had a play with `_onUpdate`, and also with when/how often Tokamak/SwiftUI call views' `body`, and I think it might not be a good idea to keep...