Skip to content

Commit

Permalink
Update technical-architecture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tripathyr authored Oct 18, 2023
1 parent ae3cbc1 commit ee30234
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/technical-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ getRef(elementId) Function:
### There are two meanings of render in the UI of messenger application

1. In class lazyloader, this.render() is a method internal to lazyloader based objects
2. In uhtml invocations, render creates actual html when `html` parameter is fed to it
2. In uhtml invocations, render creates actual html when `html` parameter is fed to it
3. Sometimes in apps like BTCWallet, render is an object with collection of functions like addressDetails, and txDetails. However, its not used in messenger.

### Example of uhtml html creation

Expand Down

0 comments on commit ee30234

Please sign in to comment.