-
-
Notifications
You must be signed in to change notification settings - Fork 922
Add hyperscript link to the main index.html page #2637
Copy link
Copy link
Closed
Labels
Area: DocumentationFor anything dealing mainly with the documentation itselfFor anything dealing mainly with the documentation itselfType: EnhancementFor any feature request or suggestion that isn't a bug fixFor any feature request or suggestion that isn't a bug fix
Metadata
Metadata
Assignees
Labels
Area: DocumentationFor anything dealing mainly with the documentation itselfFor anything dealing mainly with the documentation itselfType: EnhancementFor any feature request or suggestion that isn't a bug fixFor any feature request or suggestion that isn't a bug fix
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Closed
I started delving into Mithril yesterday and find it very interesting. As part of my reading, I read through the "Key concepts" listed on the front page one after the other. However, I was left with some questions until @osban pointed me to the hyperscript page at https://mithril.js.org/hyperscript.html.
Funnily enough, one of the question I had while reading the Vnodes page was, "I wonder what the signature of m() is?", which is the first thing covered on the hyperscript page and the hyperscript page is not linked from any of the "Key concept" pages.
I think it would make a lot of sense to add a link to "Hyperscript" after "Vnodes", in the "Key concepts" section in index.html, since it logically follows from the Vnodes material and alludes to the upcoming other key concepts.
Otherwise, keep up the excellent work. Thanks.