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
|[dashboard](dashboard)| Uses the `fetch` and `websocket` services to load external data |
35
34
|[dyn_create_destroy_apps](dyn_create_destroy_apps)| Uses the function `start_app_in_element` and the `AppHandle` struct to dynamically create and delete Yew apps |
36
-
|[file_upload](file_upload)| Uses the `reader` service to read the content of user uploaded files |
35
+
|[file_upload](file_upload)| Uses the `gloo::file` to read the content of user uploaded files |
37
36
|[futures](futures)| Demonstrates how you can use futures and async code with Yew. Features a Markdown renderer. |
38
37
|[game_of_life](game_of_life)| Implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)|
39
38
|[inner_html](inner_html)| Embeds an external document as raw HTML by manually managing the element |
0 commit comments