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
Copy file name to clipboardExpand all lines: src/concepts/html/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ description: The procedural macro for generating HTML and SVG
4
4
5
5
# Using html!
6
6
7
-
The `html!` macro allows you to write HTML and SVG code declaratively. It is similar to JSX (a Javascript extension which allows you to write HTML code inside of Javascript).
7
+
The `html!` macro allows you to write HTML and SVG code declaratively. It is similar to JSX \(a Javascript extension which allows you to write HTML code inside of Javascript\).
8
8
9
9
**Important notes**
10
10
11
-
1. The `html!` macro only accepts one root html node (you can counteract this by [using fragments or iterators](lists.md))
11
+
1. The `html!` macro only accepts one root html node \(you can counteract this by [using fragments or iterators](lists.md)\)
12
12
2. An empty `html! {}` invocation is valid and will not render anything
13
13
3. Literals must always be quoted and wrapped in braces: `html! { "Hello, World" }`
Copy file name to clipboardExpand all lines: src/more/roadmap.md
+29-24Lines changed: 29 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,37 +4,42 @@ description: The planned feature roadmap for the Yew framework
4
4
5
5
# Roadmap
6
6
7
-
##`v1.0.0`
7
+
### Prioritization
8
8
9
-
### Planned Features
9
+
The prioritization of upcoming features and focuses of the framework are determined by the community. In Spring 2020, a developer survey was sent out to collect feedback on the direction of the project. You can find the summary in the [Yew Wiki](https://github.com/yewstack/yew/wiki/Dev-Survey-%5BSpring-2020%5D).
10
10
11
-
* Keyed list items [https://github.com/yewstack/yew/issues/479](https://github.com/yewstack/yew/issues/479)
0 commit comments