Skip to content
Snippets Groups Projects
Unverified Commit 9a246ee1 authored by MrGVSV's avatar MrGVSV Committed by GitHub
Browse files

Added TL;DR for Version 2

parent 504d00ff
No related branches found
No related tags found
No related merge requests found
...@@ -428,6 +428,12 @@ impl Widget for MyWidget { ...@@ -428,6 +428,12 @@ impl Widget for MyWidget {
--- ---
## Tl;DR
1. Add `KayakContextRef` and update `Widget` methods - to interface with `KayakContext` safely
2. Add `WidgetConstructor` and `BaseProps` - to consistently generate widgets in macros
3. Generate Widget Context during `rsx` expansion - to interface with `KayakContext` and the widget safely
## Issues ## Issues
### Protection ### Protection
...@@ -551,4 +557,4 @@ impl Widget for MyWidget { ...@@ -551,4 +557,4 @@ impl Widget for MyWidget {
} }
// ... // ...
} }
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment