diff --git a/ui/src/components/app/NOTES.md b/ui/src/components/app/NOTES.md index 0d3f969..9bca19e 100644 --- a/ui/src/components/app/NOTES.md +++ b/ui/src/components/app/NOTES.md @@ -1,4 +1,4 @@ -# Overview +## Relevant Context Please read https://dioxuslabs.com/learn/0.6/reference/use_coroutine as it will probably be relevant. @@ -6,8 +6,8 @@ These notes are intended to help with the implementation of freenet_api.rs, whic app and a local Freenet node, which it communicates with via a websocket API. See member_info_modal.rs for an example of how the Rooms are retrieved using use_context::>() and how they can -be modified by creating an applying a "delta". The purpose of the freenet_api.rs is, when - +be modified by creating an applying a "delta". The purpose of the freenet_api.rs is to send modifed room state to the Freenet +node and to receive updates to the room state from the Freenet node. # This is a section of code that illustrates how to use the Freenet client websocket API, this is NOT part of the River codebase