Julius Lungys

Results 33 comments of Julius Lungys

Those new react docs look so good i almost want to just copy paste everything :D But i think I'm not allowed, license is very vague :( https://github.com/reactjs/reactjs.org/blob/main/LICENSE-DOCS.md

We need a task to investigate/make run docs tests in wasm target as currently we cant have wasm_bindgen stuff inside code snippets. Created issue: #2503

I love what you have raised here, thank you!!! Maybe its a personal thing but "interfaces like a systems programmer", just screams to me that the API is going to...

> If onselectionchange is not meant to be put on a div I would maybe expect that compilation fails? No, we don't guarantee checks for all w3c specs. It would...

Closing this in favor of #3212 and #3213

From what I gathered in this PR discussions I see we will not go with this PR's change. Sorry, @maurerdietmar. Still, thx a lot for the proposal and effort! I...

Gave it a little try. It does not seem possible only using proc macros. As function_component macro cant introspect code and check if Hook trait is implemented. https://github.com/yewstack/yew/blob/7178d2ea3d3a12e08189c7e97fb2e2292e32270a/packages/yew-macro/src/hook/body.rs#L45-L56

yew-agent since 0.2 no longer creates workers. It only re-exports methods from gloo. If anyone encounters the issue please create it in gloo repository instead.

Seems this PR got forgotten in time. I recon A separate PR can be made if we still need this.

@cecton This tool is AMAZING! Here is what you would need to run to refactor: ``` sg --pattern 'use_effect_with_deps($T,$$$DEPS)' --rewrite 'use_effect_with($$$DEPS $T)' -l rs -i ``` I also agree with...