If there was a Rust rewrite of React, would it have Context, and how would it look like? #18
ChocolateLoverRaj
started this conversation in
General
Replies: 1 comment
-
I‘m not sure I understand what you’re asking… Why would context “break the rules of Rust”? Context handling in wasm-react does not contain any unsafe code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wondering if context breaks the rules of Rust. Would context require unsafe Rust to implement?
Beta Was this translation helpful? Give feedback.
All reactions