mc1098

Results 16 comments of mc1098

Hi 👋 The state of things in Yew has changed since this issue was first raised. `Properties` are now stored in `Rc`s so are effectively readonly, so this is no...

Once #1748 lands then we could add a lint for this? or use the `emit_warning!` macro that comes with the proc-macro-error dependency in that PR to emit the warning when...

Here is my try: ![comp-lifecycle](https://user-images.githubusercontent.com/43726912/122219589-7e5fcd00-cea7-11eb-8433-1ce127d53219.png) ![update-events](https://user-images.githubusercontent.com/43726912/122220017-de567380-cea7-11eb-88dc-a6aa6a86b73d.png) I had to pull out the Event loop bits into a different diagram because it was bit too busy for nomnoml to make a...

> That said, it would probably be a good idea to have some tests for leaks (I have a crate mockalloc which may help with this) > Maybe running some...

I discussed this on [Discord](https://discord.com/channels/701068342760570933/701068343431528490/889513107486019604) - one stumbling block felt like gauging the difficulty; would itself be difficult but I think for a E-Medium/E-Hard that could help aid discussion too....

> Is there any place I can find v0.17.3 or this docs no longer need to be translated? No longer needed :) I would say just focus on `0.18` and...