mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* improve js_callback example it now loads two modules: 1. imp.js 2. unimp.js imp.js is loaded at page load whereas unimp.js is loaded when requested. A fallback is displayed during loading using Suspense * Hash is not hardcoded anymore * pre_build hook to build the post build hook binary * fmt * add .gitignore for trunk_post_build executable * move js imports to bindings module, upadte README
12 lines
181 B
HTML
12 lines
181 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Yew • Js Callback</title>
|
|
|
|
<link data-trunk rel="rust" />
|
|
</head>
|
|
|
|
<body></body>
|
|
</html>
|