Satoshi Amemiya
Satoshi Amemiya
+1 great work!
https://github.com/rail44/squark I'm working and trying to resolve https://github.com/rustwasm/wasm-bindgen/issues/42 🤔
> I don't see any mention of web components Oh, sorry 😅 Currently, I use stdweb for binding to web browser. I think, Importing WebIDL is necessary to provide more...
@rauchg I haven't find whether hooks is suitable or not for my project. react is just view library, so hooks is useful to manage state. however, squark is small but...
I'm developing RSS reader browser extension at https://github.com/rail44/wino
@aidanhs Thank you for reporting! @rail44 https://github.com/facebook/react/blob/409e472fcaae2b6c171f4e9a0c4b5ad88ec2bf21/packages/events/ReactControlledComponent.js Understand it.
Hmm. We have a simple binding for DOM such as just string base. Before wrapping DOM to implement Comtrolled Component, We must make the binding having more rich types.
@cloudcalvin Very thanks for trying to use! Yes. It is not ready for production. This behavior is caused by its poor event binding, like following https://github.com/rail44/squark/blob/master/squark-web/src/lib.rs#L21-L44 onwheel is not implemented...
TODO: Learn today's SSR implements such as next.js or other one.
@rauchg thank you! I started to learn by just reading source code. When I face some too dificult to understand by myself, I'll make good to mail you 🙆♂️