Skip to content

Commit

Permalink
more notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 19, 2024
1 parent 4f333d5 commit 66b831e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/components/app/NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Overview
## Relevant Context

Please read https://dioxuslabs.com/learn/0.6/reference/use_coroutine as it will probably be relevant.

These notes are intended to help with the implementation of freenet_api.rs, which is the interface between the River group chat
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::<Signal<Rooms>>() 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

Expand Down

0 comments on commit 66b831e

Please sign in to comment.