You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 4th of february [email protected] will be released, and it will contains hooks: facebook/react#14692.
This means that we can develop a useWasm hook, as said in #1, a new alternative to the render prop and HoC. Maybe something like:
const{ loading, error, data }=useWasm({url: '/add.wasm'});
@mfrachet let me know if you are interested in developing this 😄
The text was updated successfully, but these errors were encountered:
The 4th of february [email protected] will be released, and it will contains hooks: facebook/react#14692.
This means that we can develop a
useWasm
hook, as said in #1, a new alternative to the render prop and HoC. Maybe something like:@mfrachet let me know if you are interested in developing this 😄
The text was updated successfully, but these errors were encountered: